Magic Methods

PHP reserves all function names starting with __ as magical.
__sleep :- This function is executed …

MySQL Reconnect In PHP

Can use the inbuilt function  mysql_ping(), which will check whether or not the connection to the server …

Autoloading Classes In PHP

Many developers writing object-oriented applications create one PHP source file per-class definition. One of the biggest …

PHP Magic Methods

PHP reserves all function names starting with __ as magical. It is recommended that you do …

PHP header types

Some of the commonly used PHP header content-types are listed below.
Atom
header(‘Content-type: application/atom+xml’);
Audio
header(‘Content-Type: audio/mpeg’); // mpeg /mp3 files
header(‘Content-Type: audio/x-wav’); // wav …

Page 2 of 3123