PHP Programming Tutorial
- 4
- 12 years ago
- Tips & Tricks
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
- 14
- 12 years ago
- Web Development
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
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
- 0
- 12 years ago
- Web Development
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
- 1
- 12 years ago
- Web Development
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
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
- 0
- 12 years ago
- Web Development
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