If this code is verbatim I would suggest some kind of validation in
your php script, with the script you have now anyone could hijack your
database with an sql injection, or anything really. I suggest looking
at: stripslashes(), striptags(), preg_match(), ereg(), trim(), any
validation is better than none :}

Reply via email to