Oscommerce issues
In my previous posts i have explained how to install oscommerce and how to configure in server. Recently one of my friend...
Read More
Work with SVN
Hi friends, Now a days maintaining backup files very difficult with small changes in the file. Example If we taken file and...
Read More
How to create rss feeds using php and mysql
In this post i want to explain how to create rss feeds using php code and get the data from mysql table....
Read More
Copy text from remote url using php code
The following script to copy the text from remote url using php code. This is simple copy text from another site, but...
Read More
Presentation regarding php frameworks
Hi friends, This is my presentation ralated to php frameworks. And explained more about codeigniter framework and along with sample application and...
Read More
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
Codeigniter multi language support using Google translate API
Hi friends, This post explains about codeigniter plugin development for multi-language support using google translate API. This is my own contribution in...
Read More