Tag: PHP
- Bhumi
- 3
- 12 years ago
- Web Development
Flickr is one of the biggest website for the photostreams and Flickr supports API which is a very easiest way to display photos on your Read More
- Bhumi
- 0
- 12 years ago
- Web Development
Today I am going to explain simple but tricky interview question. Before Some days, one of my students asked me “why we need to add Read More
If you wanted a specific directory in your site to be available only to a specific people or if your site is in staging mode, 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
- 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