Flipkart.com

PHP Log All Errors to a Log File

PHP offers simple but effective solution to log all errors to a log fiie.On all production web server you must turn off displaying error to end users via a web browser. Remember PHP ...

php 5 oops (object oriented programming) tutorial

What is OOP Object Oriented Programming (OOP) is a programming concept that treats functions and data as objects. OK, not the best definition but gives us an opening. The key word ...

Singleton Class in PHP 5 OOPS

OOPS in PHP 5 the whole bunch of Object Oriented Design Pattern will now come into the PHP 5 programming. The most famous and commonly used is Singleton Class. The main advantage of ...