is there a way to show Invalid IP with PHP?
Show Invalid IP
Moderator: General Moderators
Show Invalid IP
hi guys , sorry for interupt
..
is there a way to show Invalid IP with PHP?
is there a way to show Invalid IP with PHP?
- jayshields
- DevNet Resident
- Posts: 1912
- Joined: Mon Aug 22, 2005 12:11 pm
- Location: Leeds/Manchester, England
Re: Show Invalid IP
You mean you want a regular expression to check if a given IP is valid or not? Just search Google for "IP address regular expression".
Re: Show Invalid IP
thanks for reply ,this is what i want >> i am adsl user and i have an invalid ip "192.168.1.1" for example ...
is there a way to show this ip address from web ?
is there a way to show this ip address from web ?
-
Mark Baker
- Forum Regular
- Posts: 710
- Joined: Thu Oct 30, 2008 6:24 pm
Re: Show Invalid IP
Executing an OS nslookup ?? or pinging the address ??
Re: Show Invalid IP
192.168.1.1 is not an invalid IP...
Re: Show Invalid IP
I think what you're looking for is the LOCAL IP. That is to say, the IP that you are assigned on your local network. I brief Google does not turn anything up. If you find what you are looking for, please, let us know!