Archive for June, 2008

Validating an IP Address with PHP

For security purposes, all user input should be validated before accepting. In this case we are going to run a regular expression to determine whether or not an IP address is valid. This function could be used on forms or web applications where you ask the user for an IP address. Read more »

« Previous Page