/ Published in: PHP
This is a simple method of validating a 9-digit zip code using PHP and regular expressions
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$string = "12345-1234"; echo "zip code checks out"; }
URL: http://www.thejwalker.com