Thread
:
Anybody know what causes this error in MySQL
View Single Post
12-11-2009, 04:43 PM
neonlights
So Fucking Banned
Join Date: Dec 2009
Posts: 464
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
neonlights
View Public Profile
Find More Posts by neonlights