What I am trying to put together is an application that allows office users only to create a username and password from a webpage. I want to add some added security to the site so that only people from within the office can create a username and password.
How do you verify that an IP Address is 192.168.x.xx? The first set must be the same as above but the last two digits may be different.
if ($IP_Address == "Some Verification Tool") {
Let User Create Name;
}
else {
$IP_Address is not valid.
}