thewooleymammoth Posted February 24, 2010 Share Posted February 24, 2010 I dont need any help, but i wanted to know what different experts use to validate input. example: <?php $info = is_numeric($_GET['non_numeric_malicious_code']); if(filter_var($_GET['non_email_malicious_code'], FILTER_SANITIZE_EMAIL) $e_mail = $_GET['non_email_malicious_code']; ?> What do you use? Link to comment https://forums.phpfreaks.com/topic/193170-your-input-validation/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.