Website Development Guide
- Bhumi
- 1
- 12 years ago
- Web Development
WordPress is one of the awesome blogging platform and content management systems.It’s really very easy to work with it. As you all know,recently one of Read More
- Bhumi
- 0
- 12 years ago
- Web Development
Today I come with the quick and little-known feature of Joomla.You might be aware of this feature. If you add ?tp=1 after the URL of Read More
- Bhumi
- 5
- 12 years ago
- Web Development
PHP supports session_save_path() function from version 4 What is session_save_path? session_save_path() sets or returns the path where data for the current session is saved.If you Read More
- Bhumi
- 0
- 12 years ago
- Web Development
From now onwards I am starting to add poll as a post so most of reader can take a part on it.An SSH client is Read More
- Bhumi
- 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
- Bhumi
- 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
- Bhumi
- 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
- Bhumi
- 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
- Bhumi
- 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
- Bhumi
- 3
- 12 years ago
- Web Development
A cookie is a small amount of data stored in the visitor’s browser with a request from a server or script.Cookies are like sessions. They Read More