Quote:
Originally Posted by neonlights
you need to "clean up" your variables by escaping those things that causes mysql to throw up.
$insertthisnowtomysql = mysql_real_escape_string($sometextforinsert)
now just run "INSERT" sql
|
so its the script and not mysql... cheers