Get details about DNS lookup of the domains with php.This simple php script can be used to get details about DNS lookup with MX…
IP address
php get domain details with whois
Get details about domains or addresses with Whois.This php class can be used to get details about domains or IP addresses with Whois protocol.…
Getting visitor’s details using PHP
PHP get visitor details without any third party web site registrations or keys.Get visitor IP address,region,latitude,longitude,Country,visitor map with php.Look at this example you can…
PHP IP address based redirect example
This is a IP address redirect example.Check visitor IP address is exist in the IP address list/black list and if exist then visitor redirect…
Always comming comments in your wordpress blog and how to avoid comment spams?
If you have a wordpress blog/web site and it is allowing keep comments to users this is happening you.You can see at least 10…
Display each users location in google map using address in PHP and Java Script
Display each users locations in the google map after submitting his addresses using php and java script.This is displaying using location latitude and longitude.That…
Connect with multiple databases using PHP
How can you connect and transferring data with multiple databases using php.Only using mysql_connect to simultaneously multiple databases to create multiple databases connections.