Ask a Question related to PHP Development, Design and Development.
-
Chris Kranz #1
Re: reverse lookup/domain lookup in PHP
[url]http://www.whatismyipaddress.com/reverse.asp[/url]) to find the domain with PHP? I> Is it possible to reverse lookup (like here
assume a DNS lookup requires an external server somewhere?you can use exec or similar and to a reverse lookup like that... a>
traceroute should cover it. please don't copy and paste my code, just giving
you an idea of what you'll do...
exec("traceroute ".$ip." > file.tmp")
then read the contents of file.tmp and you should be able to get the whole
of the traceroute. this brings up certain issues with speed of a traceroute
and run times of a script. also there may be a better way of doing this
other than piping the contents into a temporary file, but i've had issues
with reading what exec() outputs before (or whatever system call function
you'd like to use)
.... hope this helps a little
Chris Kranz Guest
-
[PHP] reverse lookup/domain lookup in PHP
From: "Tim Baker" <Tim.Baker@paconsulting.com> That's be great if there was a PHP function to do this, something like gethostbyaddr(), wouldn't... -
lookup bug?
I'm going to have as much trouble explaining this problem as with dealing with the problem itself... When our employee creates a record in our... -
Lookup Columns
Here is what I have: Access 97 Tables : Orders & ZipCodes Orders table is used for ordering products. Amongst the fields, there is a field... -
Lookup form
Im trying to create a form that has two combo boxes that filter down the records the user can view and edit. The first combo box selects the table... -
Reverse DNS lookup
When I ftp into my OSR 5.06 server, there appears to be a reverse name lookup happening on my local ipaddress. Problem is the name servers at... -
aysha #2
Re: reverse lookup/domain lookup in PHP
Sorry i don't know the script to get the reverse lookup.But i know site called whoisxy.com .
Here i found the reverse lookup tool.With the help of this you can know the number of the domains hosted on the single ip.
Junior Member
- Join Date
- Dec 2010
- Posts
- 3



Reply With Quote

