When i'm posting a reply and inserting it, it does not like it if their is a ' in the txt. Example. lee's summit. Don't do that.
here is the code
Code: Select all
$sql = "INSERT INTO threads (tid,author,body,date,subject,forum_id) VALUES
('$newtid','$name','$body','$date','$subject','$fid')";