Date: 11/15/00
- Next message: Jiøí HRADIL: "RE: [PHP] How can i check what version of PHP is installed on our server?"
- Previous message: gerry: "[PHP] How can i check what version of PHP is installed on our server?"
- Next in thread: Maxim Maletsky: "RE: [PHP] strange double quotes"
- Maybe reply: Maxim Maletsky: "RE: [PHP] strange double quotes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
when i do an insert on a mysql db,the damn thing refuses to take a double
quote.it will take everthing b4 the quote but not the quote itself or
anything after it.
i use addslashes.is mysql a bit tempremental about double quotes or what?
an ereg_replace don't seem to be working either.e.g
$pat = '"';
$rep = '"';
$content = ereg_replace($pat,$rep,$content);
this whole thing seems strange to me as addslashes has worked b4.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Jiøí HRADIL: "RE: [PHP] How can i check what version of PHP is installed on our server?"
- Previous message: gerry: "[PHP] How can i check what version of PHP is installed on our server?"
- Next in thread: Maxim Maletsky: "RE: [PHP] strange double quotes"
- Maybe reply: Maxim Maletsky: "RE: [PHP] strange double quotes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

