Jump to content

Escaping A Quotation


Xtremer360

Recommended Posts

Still doesn't show that following quotation. Am I dong something wrong still?

 

$query = "SELECT s.hometown, s.height, s.weight,

                h.kowtitles, h.kowawards,

                w.nicknames, w.finisher, w.setup, w.music

        FROM `efed_bio_singles`  AS s,

              `efed_bio_history`  AS h,

              `efed_bio_wrestling` AS w

        WHERE s.bio_id = '$defaultcharacterid' AND

          h.bio_id = '$defaultcharacterid' AND

          w.bio_id = '$defaultcharacterid'";

  $result = mysql_query($query);

$row = mysql_fetch_array($result);

$height = mysql_real_escape_string($height); 

 

And then this in the form: <?php echo $row['height']; ?>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.