Website Development Guide
- Bhumi
- 1
- 12 years ago
- Web Development
Today I am going to share one quick article about buffered and unbuffered queries in MySQL. In this quick article, I am going to explain Read More
- Bhumi
- 0
- 12 years ago
- Web Development
Today I was creating some OOP demos for my students and I have created one demo for Object cloning concept in PHP. When we create Read More
- Bhumi
- 1
- 12 years ago
- Web Development
MySQL launched in 1995, has become the most popular open source database system.MySQL flush command is used to clean up the internal caches used by Read More
- Bhumi
- 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
- Bhumi
- 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
- Bhumi
- 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
- Bhumi
- 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
- Bhumi
- 0
- 12 years ago
- Web Development
PHP error_reporting can help you to set the level of the error in log report and using log, you can easily identify the errors in Read More
- Bhumi
- 0
- 12 years ago
- Web Development
Today I am going to write about log which will help you to understand the concept of log in PHP, MySQL, and APACHE.The error log Read More
- Bhumi
- 0
- 12 years ago
- Web Development
A constant is one kind of variable which holds a value, but it is more like a function because a constant is immutable.Once a constant Read More