PHP Programming Tutorial

11 years ago

This article is going to be split into two parts. I’m doing because of two reasons. First is simply because when content is too large, Read More

11 years ago

Before Some days, I have created one function with the use of zip archive class in PHP.For one site, I want to create the zip Read More

11 years ago

Here is one more quick article about to store binary data in strings with the use of two core functions in PHP. Like, You want Read More

11 years ago

MySQL is a relational database, provides many essential features and some features are very useful.In this article, I am going to explain one of the Read More

11 years ago

Today I am going to write a short post about the _remap() function in CodeIgniter which is used to remap the function with Controller. What Read More

11 years ago

Today I am going to post one quick article about some useful network functions in PHP. As PHP developer, I know that PHP provides $_SERVER[‘REMOTE_ADDR’] Read More

11 years ago

Before some days, I was worked on one site and In this I need to add pagination on some pages in which only some contents Read More

Most Popular Posts

How to backup MySQL database in PHP

Posted on 11 years ago

Bhumi