Mysql Date functions in php code
Hello friends, The following query will add some times to mysql date column. Get the today date : $date = date(‘Y-m-d H:i:s’);...
Read More
How to create excel file with mysql data using php code
Hello friends, I have code for how to create a excel file with mysql data using php code. By following 5 steps...
Read More
How to display the mysql table schema using php code?
Hello friends, The following script is for displaying the mysql connecting using php code and table schema using php code. It will...
Read More
Sending mail using phpmailer and gmail as smtp
Hello friends following script will work for sending mail with using of phpmalier class and gmail as smtp.This will be work for...
Read More
How to clean a string using php code
The following script will be clean a string, this code fill helpful when going send a string to url that means using...
Read More
How to create auto hyperlinks using PHP code
The following script will help you to create auto hyperlinks using php code. our string : $string = " this is blog...
Read More
How to send mail using phpmailer class
This post explains how to send mail using phpmailer class. With few steps we can integrate it into our website. The following...
Read More
How to remove consecutive whitespaces using php?
Following script will work for remove the newline and remove the consecutive white spaces function remW( $content ) { $content = trim(ereg_replace(“\n|\r|\r\n|\n\r”,...
Read More
Searching for existing domain names?
Hello friends, Domainr API is used to get the information of existing domain names. it is working for all domains ( most...
Read More




