Re: [PHP] Problem displaying a mysql database field

2006-06-23 Thread Jochem Maas
Don wrote: > Hi, > > I have a varchar field in a MySQL database that contains a line of text like > so: > > "This is a line if text" > > The double quotes are included in the database field. > > I cannot seem to display it on my HTML page, it always shows as blank. I > have tried using bot

Re: [PHP] Problem displaying a mysql database field

2006-06-22 Thread Richard Lynch
On Tue, June 20, 2006 4:02 pm, Don wrote: > I have a varchar field in a MySQL database that contains a line of > text like > so: > > "This is a line if text" > > The double quotes are included in the database field. > > I cannot seem to display it on my HTML page, it always shows as blank. > I > h

Re: [PHP] Problem displaying a mysql database field

2006-06-20 Thread Chris
Don wrote: Hi, I have a varchar field in a MySQL database that contains a line of text like so: "This is a line if text" The double quotes are included in the database field. I cannot seem to display it on my HTML page, it always shows as blank. I have tried using both the stripslashes

Re: [PHP] Problem displaying a mysql database field

2006-06-20 Thread Stut
Don wrote: I have a varchar field in a MySQL database that contains a line of text like so: "This is a line if text" The double quotes are included in the database field. I cannot seem to display it on my HTML page, it always shows as blank. I have tried using both the stripslashes() and