|
Posted by Rik on 02/22/07 22:39
On Thu, 22 Feb 2007 22:59:39 +0100, xhe <hexufeng@gmail.com> wrote:
> Hi,
> I need to program to check the validity of IP address through PHP
> Initially I used this one:
>
> $url=3D"http://www.ntc.gov.au/ViewPage.aspx?
> page=3DA02400304500100020";
>
> $fp=3Dfopen($url,"r");
> if(!$fp)
> {
> echo "Failed";
> }else
> {
> echo "success";
> }
> when I run it, it's output is "Failed",
>
> I then use
>
> $fp=3Dfsockopen($url,80); for second line, and also failed.
>
> This IP address is actually good.
> Butwhen I check "www.ntc.gov.au" it is success.
Where eactly are you checking the validity of an IP adress in you script=
? =
I can see no such effort, heck, I see no IP.
-- =
Rik Wasmus
Navigation:
[Reply to this message]
|