I would try a type cast of string echo (string) $result[0];
"Q" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have a field in a mysql table called table which is called names. > Examples of the information in this column : > > > Name > > Lottery Company > Mark MiniMark > J B's Supermarket > > > I connect to the datbase successful and I use the following php line to > get the information from the row: $row_info=mysql_fetch_row($result) > > Howevere when I try to output J B's Supermarket to the web page all I > get is J B. How can I get the entire display on the screen including the > ' in the name? > quincy > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php