How to download a file using php code
In this post, i want to explain download any file using php script. It will useful when we are developing a website...
Read More
Useful Information about PHP
Hi friends, Below things are very useful when we develop websites using php code. We most know about these things. 1) To...
Read More
View more option in simple php
Hi friends, This is very simple post, but usually it will be helpful for freshers( newly learning PHP ) . Suppose we developed...
Read More
Thumbnail image creation using php code
In this post explains how to create thumbnail image using php code. function make_thumb($img_name,$filename,$new_w,$new_h) { //get image extension. $ext=getExtension($img_name); //creates the new...
Read More
Events calendar implementation in oscommerce using php code
Hi friends, In this post i want to explain how to implement events calender in oscommerce. We can schedule the products and...
Read More
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




