PHP Programming Tutorial

12 years ago

In my last post, we checked basics about NoSQL database.If you have not read about NoSQL yet, read it https://www.thecreativedev.com/how-to-use-nosql-and-mongodb/here. In this article, I will Read More

12 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

12 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

12 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

12 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

12 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

12 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

Most Popular Posts

Avoid to use ENUM and SET type in MySQL

Posted on 12 years ago

Bhumi