[PHP] mysql error or PHP

2002-07-15 Thread Wilbert Enserink

Hi all,


has anybody ever seen this? And knows what it means?
thx.

You have an error in your SQL syntax near 's self-supporting ribbed form was probably 
not strong enough to render the desig' at line 1


regards Wilbert


-
Pas de Deux
Van Mierisstraat 25
2526 NM Den Haag
tel 070 4450855
fax 070 4450852
http://www.pdd.nl
[EMAIL PROTECTED]
-


Re: [PHP] mysql error or PHP

2002-07-15 Thread Justin French

try add_slashes($string) before inserting into the database, or turn on
magic quotes in php.ini

justin french


on 15/07/02 5:57 PM, Wilbert Enserink ([EMAIL PROTECTED]) wrote:

 Hi all,
 
 
 has anybody ever seen this? And knows what it means?
 thx.
 
 You have an error in your SQL syntax near 's self-supporting ribbed form was
 probably not strong enough to render the desig' at line 1
 
 
 regards Wilbert
 
 
 -
 Pas de Deux
 Van Mierisstraat 25
 2526 NM Den Haag
 tel 070 4450855
 fax 070 4450852
 http://www.pdd.nl
 [EMAIL PROTECTED]
 -


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] mysql error or PHP

2002-07-15 Thread Johan Holst Nielsen



Justin French wrote:
 try add_slashes($string) before inserting into the database, or turn on
 magic quotes in php.ini

Or
Mysql_Escape_String()
http://www.php.net/manual/en/function.mysql-escape-string.php

Or
Mysql_Real_Escape_String()
http://www.php.net/manual/en/function.mysql-real-escape-string.php

Regards,
Johan


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php