Website Development Guide

12 years ago

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

12 years ago

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

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

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

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

12 years ago

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

12 years ago

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

12 years ago

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

12 years ago

Is there any difference between print and echo in PHP? Here is one quick article about Basic PHP and it is about to differentiate echo Read More

Most Popular Posts

How to use MySQL Cursor

Posted on 12 years ago

Bhumi

PHP Encapsulation with simple example

Posted on 7 years ago

Bhumi