what is the best way to secure forms in php?
I basically have a login system with my script and what worries me most is i directly use $_GET[$var] in mysql queries?
Any advice or suggestions related to securing forms is much appreciated :)
I basically have a login system with my script and what worries me most is i directly use $_GET[$var] in mysql queries?
Any advice or suggestions related to securing forms is much appreciated :)
Comment