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 records,text records,CNAME records,SOA...etc . Final result…
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. It can connect to the Whois…
How to include different files from different servers using PHP? Is this possible easily? Read this to know about this fully.
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 get visitor all details even latitude,longitude…
How to check duplicate values in an array and return it using PHP?Also telling php check wild card value in an array and return those values.For a example you want…
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 to the another location using php.You…
How can you read file, like text file line by line and get contents to and array using php? This can be using "FILE_IGNORE_NEW_LINES".Here is a tested example to read…
How to increase max execution time, file upload size, memory limit in php.ini file and htaccess file? When you are executing large file you have to seen Fatal error: Maximum…
How can you read and display excel file using php and save that details to the database? You can use this simple php class to do this.That is read row…
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 is marked by red bubble.You can…