Re: [PHP] mysql escape character \'

2001-08-07 Thread Hugh Danaher
Rasmus, solved this problem for me earlier today. Hope this helps Rasmus, Thank you very much. I ended up using the following statement, and it works!! > $results=mysql_query(stripslashes($sql_statement)); What I have now is a textarea box where I can input trial searches. This is why I'm d

Re: [PHP] mysql escape character \'

2001-08-07 Thread Anton Stroganov
- Original Message - From: hassan el forkani <[EMAIL PROTECTED]> Sent: Tuesday, August 07, 2001 07:32 > greetings; > > i'm not sure if this is a mysql or php issue so i'm posting to both lists, > > i'm developping a community web site with news, forums..; > while working on the admin s