session_start(); // session_start() must be the very first command // necessary commands to pass variables if(!empty($_POST)) extract($_POST); if(!empty($_GET)) extract($_GET); error_reporting(E_ALL ^ E_NOTICE); $referrer = $_SERVER['HTTP_REFERER']; ?>
|
|||||||||||||||||||||||||||||||||||