Search found 2 matches

by PHPlearner
Sun May 22, 2005 11:22 pm
Forum: PHP - Code
Topic: Inserting info from a form.
Replies: 4
Views: 374

try using mysql_escape_string() around your post vars... Thanks a lot burrito! That worked things out quite nicely. However, it still doesn't answer my second question: Why does my original script occasionally work? When I refresh my page are some of the values being stored somewhere, and thereby '...
by PHPlearner
Sun May 22, 2005 10:00 pm
Forum: PHP - Code
Topic: Inserting info from a form.
Replies: 4
Views: 374

Inserting info from a form.

This form sometimes functions and sometimes doesn't. It seems to depend on what sort of characters I enter in the 'comments' field; special characters, even punctuation like ',' cause it to fail. However, if I refresh the form and then add a special character to the comments field it will, more ofte...