Tag: PHP

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

12 years ago

Many databases support the concept of prepared statements.Prepared statements are useful to execute SQL statements with some patterns and optimize the query.Today I am going Read More

12 years ago

Design Pattern performs the major role in the object-oriented programming of PHP.A design pattern is useful to write a real and reliable design code and Read More

12 years ago

If any information is critical to your website and if you want to remove out of date contents and want to prevent web browsers from Read More

12 years ago

While writing to files that are possibly being read by other scripts at the same time, you will run into problems at some point specifically Read More

Most Popular Posts

PHP Encapsulation with simple example

Posted on 7 years ago

Bhumi

How to setup Facebook PageTab Popup

Posted on 12 years ago

Bhumi