how can i be sure that someone can not use a form that accepts input on my site to execute code that performs some hack actions?
tnx in adv!
how can i be sure that someone can not use a form that accepts input on my site to execute code that performs some hack actions?
tnx in adv!
ask google for ways to prevent sql-incections and xss-attacks... in very short form: never trust client data!