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. 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 Link to comment https://forums.phpfreaks.com/topic/64908-solved-sanitizing-input/#findComment-323879 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.