Hi PHP buddies,
I want to include a reverse DNS lookup (find host/domain for a given IP) in
my pagetracker scripts.
Is there anything prefab in the PHP world I am overlooking I could put to
use ? I know some sites that offer en Reverse Lookup function but I want a
non-interactive method. My server normally runs on Linux but right now I
have it on XP, as my linux server has some problems I need to address first.
So I can't rely on an exec to a *nix function right now.
Any pointers, scripts etc welcomed!
Regards
Pjotr
I want to include a reverse DNS lookup (find host/domain for a given IP) in
my pagetracker scripts.
Is there anything prefab in the PHP world I am overlooking I could put to
use ? I know some sites that offer en Reverse Lookup function but I want a
non-interactive method. My server normally runs on Linux but right now I
have it on XP, as my linux server has some problems I need to address first.
So I can't rely on an exec to a *nix function right now.
Any pointers, scripts etc welcomed!
Regards
Pjotr
Comment