-
Hi,
I have created a database, and one of its fields is called "Cat" which is of type Text. Every time I get this particular field from the sql database using php and display it on a HTML page, it always puts quotation marks around the field's contents
if you want to see what i mean, http://www.myringtones.net/php/rt_show.php?id=5
It only puts quotations for just that one field, and it is the same data type for the other fields too, except for the ID and Tempo.
Does anyone know why it does this, and also how I can get rid of the ""'s?
Thanks!!! :)
-
btw, the Cat field's contents arent in quotation marks in the database ;)
-
It would probably help to see the code you used to dispy the contents.