doubledee Posted April 9, 2011 Share Posted April 9, 2011 What version of PHP does the function filter_var() come with?? How do I know if I have it installed on my web server? Thanks, Debbie Quote Link to comment Share on other sites More sharing options...
ted_chou12 Posted April 9, 2011 Share Posted April 9, 2011 (PHP 5 >= 5.2.0) http://php.net/manual/en/function.filter-var.php <?php phpinfo(); ?> Ted Quote Link to comment 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.