subnet_rx Posted August 14, 2007 Share Posted August 14, 2007 Where could I find a good tutorial on sanitizing input from GET and POST variables? I don't need javascript checks, because it's not a form, but do need to do some checks for XSS and SQL injections. Quote Link to comment https://forums.phpfreaks.com/topic/64908-solved-sanitizing-input/ Share on other sites More sharing options...
tarun Posted August 14, 2007 Share Posted August 14, 2007 Well Theres htmlentities And htmlspecialchars And There Are Also Plenty More Quote Link to comment https://forums.phpfreaks.com/topic/64908-solved-sanitizing-input/#findComment-323879 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.