Notice: Undefined index: HTTP_REFERER in C:\xampp\htdocs\cart\order.php on line
<?php
define('INCLUDE_CHECK',1);
require "connect.php";
if(!$_POST)
{
if($_SERVER['HTTP_REFERER'])
header('Location : '.$_SERVER['HTTP_REFERER']);
exit;
}
?>