Tag: PHP
- 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
- Bhumi
- 3
- 12 years ago
- Web Development
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
- Bhumi
- 0
- 12 years ago
- Web Development
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
- Bhumi
- 1
- 12 years ago
- Web Development
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
- Bhumi
- 1
- 12 years ago
- Tips & Tricks
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
- Bhumi
- 0
- 12 years ago
- Web Development
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