hello ereybody,
i wanted to change an existing php site, but i have some problems.
on the beginning of my site is that code below:
<?
echo $SERVER['HTTP_REFERER'];
if($SERVER['HTTP_REFERER']="http://".$SERVER_NAME."/aktion/cva2000/html/i_kommunikation.html" && $SERVER['HTTP_REFERER']!="http://".$SERVER_NAME."/aktion/cva2000/html/i_cdbestell.php" && $SERVER['HTTP_REFERER']!="http://".$SERVER_NAME."/aktion/cva2000/html/index.html" && $$SERVER['HTTP_REFERER']!="http://".$SERVER_NAME."/menu.html" && $SERVER['HTTP_REFERER']!="http://".$SERVER_NAME.$PHP_SELF) {
header("Location: /i_cdbestell.php");
}
?>
i don't want that refering thing, but if i delete it, my page can not be found...
waht is wrong, or what is the mistake??
Thanks for your replies
*jenn