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
