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…
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…
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…
Display latest recent posts in my facebook page into my website
How to display your facebook wall posts into your own web site.For a example you can display facebook page’s latest posts into your web…
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…
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…
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…
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.…
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…
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…
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…
PHP read file line by line to an array
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…
increase execution time file size memory limit in php.ini
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…
Read Excel file and save details to database using PHP
How can you read and display excel file using php and save that details to the database? You can use this simple php class…
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.
Files transfer via FTP using PHP
How to connect to the web server,upload files and download files,create a directory, delete a directory,get list of the directory via FTP using php.You…
Creating zip files using PHP
How can I compress specific files or compress specific folder or compress bulk files using php.Only you want to add zip class and pass…
PHP force download a file example
PHP allows you to change the HTTP Headers of files that you’re writing, so that you can force a file to be downloaded that…