Tag: PHP

12 years ago

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

12 years ago

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

12 years ago

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

12 years ago

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

12 years ago

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

12 years ago

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

12 years ago

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

Most Popular Posts

How to add Tags in WordPress Pages?

Posted on 11 years ago

Bhumi

How to upload image in CodeIgniter?

Posted on 11 years ago

Bhumi

New Features in WordPress 3.5

Posted on 11 years ago

Bhumi

What are Lambdas and Closures in PHP?

Posted on 7 years ago

Bhumi