Jump to content

Referring page issue


valleydr

Recommended Posts

I have this little snippet of code:

[code]

<?php $referrer = $_SERVER['HTTP_REFERER'];
          if($referrer == "http://www.mysite.com/search/compare.php"){
        echo "<form name=\"compForm\" method=\"POST\" action=\"compare.php\"><input type=\"submit\" name=\"Submit\" value=\"View Favorites\" style=\"font-size:11px; font-family:Arial, Helvetica, sans-serif; color:#000000; border-width:0px; background-color:#FFFFFF; border-color:#FFFFFF\" /></form>";
        }else{
        echo "<a href=\"javascript:history.back();\" style=\"color:#000000; text-decoration:none\"> Back to Results</a>";}
?>

[/code]

So if I click on a link from compare.php to the page holding this code, the form button should show up instead of the java Back button. It worked fine yesterday, but suddenly it only shows the java button, and not the form button when coming from compare.php. Can anyone see this problem?
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.