check wheres my mistake, please
Posted: Thu Feb 12, 2004 1:22 pm
i'm still green when it comes to php coding, i usually get these stupid things but im drawing a blank......i want it to link to what $email is (the referer) not actually "$email"....thats what its doing.
$email = $_SERVER['HTTP_REFERER'];
$email = $_SERVER['HTTP_REFERER'];
Code: Select all
<?php print ' <a href="$email">' . $email . '</a> -'; ?>