Re: [PHP] Help w/ quotes/html and data from MySQL

2001-01-23 Thread Shane McBride
CTED]> Sent: Tuesday, January 23, 2001 5:50 PM Subject: Re: [PHP] Help w/ quotes/html and data from MySQL > At 4:47 PM -0500 1/23/01, Shane McBride wrote: > >I have a field in MySQL that holds data that may look like this: > > > >Rose Painting"Looks really nice, blah,

Re: [PHP] Help w/ quotes/html and data from MySQL

2001-01-23 Thread Steve Edberg
At 4:47 PM -0500 1/23/01, Shane McBride wrote: >I have a field in MySQL that holds data that may look like this: > >Rose Painting"Looks really nice, blah, blah"25.00 > >Now, I want to pull that data back into a form to edit. >Here's how I have unsuccessfully been doing it: > >?> > beginning

[PHP] Help w/ quotes/html and data from MySQL

2001-01-23 Thread Shane McBride
I have a field in MySQL that holds data that may look like this: Rose Painting"Looks really nice, blah, blah"25.00 Now, I want to pull that data back into a form to edit. Here's how I have unsuccessfully been doing it: ?> beginning code Description: ...ending code ?> I looks like that