View Single Post
Old April 28th, 2006, 02:36 AM   #1 (permalink)
mukoh
Junior Member
Verified Customer
 
Join Date: Jan 2006
Posts: 18
<head> in between modification

I need to add something like this in the
<head>ADD THIS</head>

ADD THIS Being
<?php
putenv ( "REMOTE_ADDR=".$HTTP_SERVER_VARS["REMOTE_ADDR"] ) ;
if( $HTTP_SERVER_VARS["HTTP_REFERER"] ) {
putenv ( "HTTP_REFERER=".$HTTP_SERVER_VARS["HTTP_REFERER"] ) ;
} else { putenv("HTTP_REFERER=noref"); }
PassThru("./cgi-bin/ucj/protect/ucjref.cgi");
?>

How do I do that?
mukoh is offline   Reply With Quote