Thread: MySQL problem
View Single Post
Old 06-26-2005, 02:40 AM   #2 (permalink)
jaswinder_rana
The Acquainted
 
Join Date: May 2005
Posts: 106
Thanks: 0
jaswinder_rana is on a distinguished road
Default

can you post some sample data?

meanwhile try doing this,

$data = mysql_escape_string($data);
or
$data = addslashes($data);//be careful if magic quotes are on
__________________
---------------------------
Errors = Improved Programming.
Portfolio
Send a message via MSN to jaswinder_rana
jaswinder_rana is offline  
Reply With Quote