How to Get Previous page url in php

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mageswar005
    New Member
    • Mar 2008
    • 72

    How to Get Previous page url in php

    hi,
    how to get the previous page url in php,
    eg: now i am working in www.actionscooter.com/product.php ,from that page i have one link if i click the link means that should be go to other website,in that website i need to got my previous page url....
    Last edited by mageswar005; Mar 13 '08, 10:05 AM. Reason: spell mistake
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    I'm not clear on what you're asking for, but you might be looking for
    [php]
    $_SERVER['HTTP_REFERER']
    [/php]

    Comment

    • Sabri
      New Member
      • Mar 2008
      • 1

      #3
      Originally posted by markusn00b
      I'm not clear on what you're asking for, but you might be looking for
      [php]
      $_SERVER['HTTP_REFERER']
      [/php]
      Yes It works for me too. I have another question :
      Is it possible to get diffrent arguments of the previous url ?

      Many Thanks,
      -- Sabri.

      Comment

      • Markus
        Recognized Expert Expert
        • Jun 2007
        • 6092

        #4
        Originally posted by Sabri
        Yes It works for me too. I have another question :
        Is it possible to get diffrent arguments of the previous url ?

        Many Thanks,
        -- Sabri.
        Different arguments?
        Could you explain more? Give an example maybe?

        Comment

        • hsriat
          Recognized Expert Top Contributor
          • Jan 2008
          • 1653

          #5
          Originally posted by Sabri
          Yes It works for me too. I have another question :
          Is it possible to get diffrent arguments of the previous url ?

          Many Thanks,
          -- Sabri.
          Arguments?
          Are you talking about the GET parameters?

          Comment

          • mageswar005
            New Member
            • Mar 2008
            • 72

            #6
            I Got a result thankyou guys

            Comment

            • Markus
              Recognized Expert Expert
              • Jun 2007
              • 6092

              #7
              Originally posted by mageswar005
              I Got a result thankyou guys
              Ok.

              See you around!

              Comment

              Working...