Tag: PHP
- 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
We’ve looked basics about CodeIgniter at here which is about installation steps and basics about CodeIgniter. Today I am going to cover prepping functions used Read More
- Bhumi
- 4
- 12 years ago
- Tips & Tricks
From WordPress, 3.1 introduced the concept of the toolbar where logged in user get the black toolbar which will appear at the top of the Read More
It is necessary to get the time when the file is accessed and modified. In the section, you learned how to access and modification Time 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
- 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