MySQL error when inserting data containing apostrophes
this should work.......
$result=mysql_query("INSERT INTO $table
wf_FirstName1,wf_LastName3) VALUES
('".mysql_real_escape_string($wf_FirstName1)."',
'".mysql_real_escape_string($wf_LastName3)."')";
:)
Comments
Post a Comment