/ Published in: PHP
URL: http://www.thejwalker.com
This is a simple method of validating a 9-digit zip code using PHP and regular expressions
Expand |
Embed | Plain Text
$string = "12345-1234"; echo "zip code checks out"; }
You need to login to post a comment.
