Posted by RDizzle on 12/07/41 11:54
> Perhaps I'm approaching this from the wrong angle - Am I?
YES, if what i'm inferring about your scripts is that the validation
and insert scripts are separate.
Your validation and insert/update MySQL scripts should be one and the
same.
That way it doesn't matter where the post or get information comes
from, your server script will always validate the data before inserting
or updating to mysql.
Also if you're asking this question because you are trying to defeat
bots or other auto form filler-ourters think about adding a
captcha/challenge response to your form.
[Back to original message]
|