Re: Column or Table issue

2003-06-10 Thread Becoming Digital
Check out make sure you're properly encoding the string. You likely need to use addslashes() and htmlspecialchars(), possibly htmlentities() as well. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: Steve Marquez [EMAIL PROTECTED] To: MySQL List [EMAIL

RE: Column or Table issue

2003-06-10 Thread Peter Lovatt
Hi can you post the form/php code Peter -Original Message- From: Steve Marquez [mailto:[EMAIL PROTECTED] Sent: 10 June 2003 14:26 To: MySQL List Subject: Column or Table issue I am attempting to insert an article into a MySQL table on a remote server, via a PHP Forms script. I am

Re: Column or Table issue

2003-06-10 Thread Steve Marquez
Sure, I have attached both the forms page and the page action page. -Steve Hi can you post the form/php code Peter -Original Message- From: Steve Marquez [mailto:[EMAIL PROTECTED] Sent: 10 June 2003 14:26 To: MySQL List Subject: Column or Table issue I am attempting to