It doesn't work :( I also read on the php.net for addslashes and stripslashes but still nothin.... :( Any other ideas guyz?
Thx Panos "Nadim Attari" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >> $myquery="INSERT INTO `$table` (`comments`) VALUES ('$mycomments')"; > > $mycomments = addslashes($mycomments); > $myquery = "INSERT INTO $table (comments) VALUES ('$mycomments')"; > > See: > > http://www.php.net/addslashes > > Hope it solves the problem. > > nadim attari -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php