How can I get a meta refresh to show a referer?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Damian_Maxcash
    So Fucking Banned
    • Oct 2002
    • 12745

    #1

    How can I get a meta refresh to show a referer?

    Im using a meta refresh and I want it to come with a referer, any ideas how this can be done?
  • roba59
    Confirmed User
    • Apr 2005
    • 537

    #2
    Don't understand. How you refresh meta? Do you use PHP?

    Comment

    • swedguy
      Confirmed User
      • Jan 2002
      • 7981

      #3
      Originally posted by roba59
      Don't understand. How you refresh meta? Do you use PHP?
      <meta http-equiv="refresh" content="0;url=http://www.domain.com/">

      Comment

      • Damian_Maxcash
        So Fucking Banned
        • Oct 2002
        • 12745

        #4
        Originally posted by roba59
        Don't understand. How you refresh meta? Do you use PHP?
        You can do it in any page -

        Code:
        <meta http-equiv="refresh" content="1;URL=http://www.domain.com">

        Comment

        • swedguy
          Confirmed User
          • Jan 2002
          • 7981

          #5
          http://www.experts-exchange.com/Web/Q_21254557.html

          Comment

          • Damian_Maxcash
            So Fucking Banned
            • Oct 2002
            • 12745

            #6
            I have to pay to see the answer!!

            Comment

            • nolaman
              Confirmed User
              • Mar 2004
              • 1001

              #7
              if you can use PHP use this:

              <?PHP
              header( "Location: http://www.yoursite.com" );
              ?>
              PHP Programmer ICQ 215-504-788

              Comment

              Working...