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" <nadim@xxxxxxxxxxxxxxxx> wrote in message news:20041217075430.661.qmail@xxxxxxxxxxxxxxx >> $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