PHP Programming Tutorial

12 years ago

ENUM and SET are the most controversial types provided by MySQL.ENUM and SET types are the special string types in which values are chosen from Read More

12 years ago

E-mail is a very easiest way to publish your blog posts.For example, Your authors sent you an article on your Email id so you can Read More

12 years ago

If you are working with MySQL, You might have the idea about that MySQL provides the various function which you can use when you require Read More

12 years ago

Object-oriented programming becomes an essential for the developer. The use of self and parent keyword is important if you going to use OOP programming in Read More

12 years ago

Today I want to explain to you how to write your own shortcode in WordPress because it is a powerful and useful feature of WordPress. Read More

12 years ago

What is MySQL Cursor? A cursor allows us to use the set of result sets returned by the mysql query in one by one pattern. Read More

12 years ago

Recently I was working in one application and in this I found one field in database is created date for user account and i found Read More

Most Popular Posts

PHP 5 Abstract classes and Methods

Posted on 13 years ago

Bhumi