How to get list of table names from database in mysql?
Hi friends, I got the requirement to display the list of table names from the database using php code. I got the...
Read More
How to get complete information about server using PHP code
Hi, In php there is one predefined variable called $_SERVER, with that only we can get the complete information about server. We...
Read More
How to highlight the source code in our php application?
Hi friends, In our php application some times we want to highlight the source code to user friendly , so the following...
Read More
Friendly file size for a file using php code
Hi friends, In this post i would like to explain about get the friendly file size using simple php code. PHP Code...
Read More
List of posts using php code in my blog
There is list of posts using php code , hope that it will be useful · File Extenstion Using PHP · How...
Read More
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