This example is explaining how to create secure user registration using php and mysql.This is very secure using salt value into database users table.It help to avoid sql injection and dictionary attack from hackers. This way is secure and better…
Tag: PHP
PHP export content as text file
This publish is describing the way to export contents as text file/txt file utilizing php.This could be very straightforward to export content material as textual content file.You can download the textual content file too.
Read Excel file and save details to database using PHP-Repost
How can you read excel file using php and save that details to the database? My other post is describing Read Excel file and save details to database using PHP.But it is not properly working in new version of excel…
PHP remote submit a form and get result using curl
How to submit with data to another web site’s form and get its results using php?You can remote submit a form using curl functions.Then can get it’s results.This is named as scraping also.Let’s see how to remote submit a form…
Convert xml file into excel file using php
Here we are describing convert xml file into excel file using php.Simple way to convert xml file into excel file with php.If you have basic knowledge of xml and php(:D) this is very easy.My another post is showing how to…
php get DNS lookup details
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 is getting 2D or 3D array of the DNS lookup…
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. It can connect to the Whois server for a for a given top level domain and…
Include files from different servers using php
How to include different files from different servers using PHP? Is this possible easily? Read this to know about this fully.
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 get visitor all details even latitude,longitude and country details.
PHP check duplicate values in an array and return it
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 to check number of times that values exist and return…