Re: [PHP] Entering data into MySQL

2002-02-25 Thread Jason Wong
On Monday 25 February 2002 15:39, Tim Thorburn wrote: > Hi, > > I'm having troubles entering information from a form into a MySQL > database. Specifically if the user enters an apostrophe anywhere in the > form, all the information is rejected and nothing is entered into the > database. > > After

Re: [PHP] Entering data into MySQL

2002-02-24 Thread Andrey Hristov
ion http://www.icygen.com BALANCED SOLUTIONS - Original Message - From: "Tim Thorburn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 25, 2002 9:39 AM Subject: [PHP] Entering data into MySQL > Hi, > > I'm having troubles entering

[PHP] Entering data into MySQL

2002-02-24 Thread Tim Thorburn
Hi, I'm having troubles entering information from a form into a MySQL database. Specifically if the user enters an apostrophe anywhere in the form, all the information is rejected and nothing is entered into the database. After researching a little on php.net I found the addslashes() command