views:

106

answers:

1

Is there a way to display the reverse DNS entry for someone visiting your page using only JavaScript? Or is the only way to do an AJAX request to a server that can do it?

+1  A: 

You could use sAjax for this. Make a request with javascript and than execute your php function and use callback for display result.

Aziz