Jump to content

mrpeanut420

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

mrpeanut420's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. i added the semicolon to the end of the statement, still the same. i tested it with chrome and internet explorer, still the same. <?php header( 'Location: http://domain.net/sub/test.php' ) ; ?> i'm using that as the redirect code, if that matters at all. anymore suggestions?
  2. <html><head><title></title></head> <body> <?php echo $_SERVER['HTTP_REFERER'] ?> </body></html> i'm using that to test the referral and it isn't displaying anything on the webpage am i doing something wrong? no errors or anything, just blank
  3. <?php if ( $_SERVER['HTTP_REFERER'] == "http://domain.net/sub/index.php" ) { echo "true"; } else { echo "false"; } ?> is the code i'm using. /sub/index.php redirects to http://domain.net/index.php it's not seeming to work. please help sort out this bug.
×
×
  • 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.