PHP Programming Tutorial
- 1
- 12 years ago
- Web Development
Today I am going to explain one of the good and interesting features in PHP. If you want a file to hold some data temporarily, Read More
- 2
- 12 years ago
- Web Development
From the PHP version 4, PHP supports output buffering.Output buffering allows you to have all output of PHP code stored into an internal buffer instead Read More
One evening one of my very good friend Bhumi, pinged and showed me one link and asked me sliding thumbnail effect with JQuery. Usually the Read More
- 1
- 12 years ago
- Web Development
Here, I come with the quick and simple article.Session in PHP gives you the ability to record any number of variables and store them in Read More
- 2
- 12 years ago
- Web Development
The light had gone to my office yesterday so I utilize my time.I just pick up my mobile and was started writing an article. Before Read More
- 1
- 12 years ago
- Web Development
Today I faced a strange problem that is to apply LIMIT in store procedure in MySQL. I have created one store procedure in MySQL and Read More
In MySQL, To modify record we mostly prefer to use UPDATE command and you all have an idea about UPDATE command so let’s see another Read More