RE: PHP and Mysql problem

2001-09-19 Thread Don Read
On 19-Sep-2001 Neil Silvester wrote: > I am having a little problem with a PHP 4 statement in one of my webpages. I > am using a drop down box of selections that is built a table in a MySQL > database. > This is what I have so far (everything works well, the correct information > is displayed f

Re: PHP and Mysql problem

2001-09-19 Thread Matthew Simpson
echo ('' . $row["Category"] . ''); You might be able to escape the " with /" or the like but I'm not great at php, yet. ;) - Original Message - From: "Neil Silvester" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 19, 2001 5:42 PM Subject: PHP and Mysql problem

RE: PHP and Mysql problem

2001-09-19 Thread Andrew Braund
> -Original Message- > From: Neil Silvester [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 20 September 2001 08:12 > To: [EMAIL PROTECTED] > Subject: PHP and Mysql problem > > > I am having a little problem with a PHP 4 statement in one of my webpages. I > am using a drop down box of se