Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 03-06-2003, 09:27 AM   PM User | #1
kenny873
New Coder

 
Join Date: Feb 2003
Posts: 63
Thanks: 0
Thanked 0 Times in 0 Posts
kenny873 is an unknown quantity at this point
Thumbs up referral page

hello

if i have a page, say thispage.php and wants to check where does the previous page comes from, how can i do it???

any php functions?
kenny873 is offline   Reply With Quote
Old 03-06-2003, 11:35 AM   PM User | #2
Phantom
Regular Coder

 
Join Date: Feb 2003
Location: East Side/West Side
Posts: 118
Thanks: 0
Thanked 0 Times in 0 Posts
Phantom is an unknown quantity at this point
$HTTP_REFERER...

echo "$HTTP_REFERER<br>";

Would print out the last page accessed
Phantom is offline   Reply With Quote
Old 03-06-2003, 11:40 AM   PM User | #3
SYP}{ER
Regular Coder

 
Join Date: Jun 2002
Location: Ontario, Canada
Posts: 183
Thanks: 0
Thanked 0 Times in 0 Posts
SYP}{ER is an unknown quantity at this point
Or $_SERVER["HTTP_REFERER"] (looks cooler )
__________________
Offtone.com - In the works...
SYP}{ER is offline   Reply With Quote
Old 03-07-2003, 01:33 AM   PM User | #4
kenny873
New Coder

 
Join Date: Feb 2003
Posts: 63
Thanks: 0
Thanked 0 Times in 0 Posts
kenny873 is an unknown quantity at this point
thanks...but i even tried printing as

print_r($_SERVER); to print all the para in $_SERVER[..] but still I cannot find HTTP_REFERER....

or if I echo "$_SERVER['HTTP_REFERER']";

it did not give me anyresult
kenny873 is offline   Reply With Quote
Old 03-14-2004, 09:19 PM   PM User | #5
jacky_cheecheo
New Coder

 
Join Date: Jan 2004
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
jacky_cheecheo is an unknown quantity at this point
same thing here...how come i dont have $HTTP_REFERER??

i get this error:

Notice: Undefined variable: HTTP_REFERER in test.php on line 2


ooppss...i got it now.. ignore this!
__________________
Warm Regards,
Jacky
jacky_cheecheo is offline   Reply With Quote
Old 03-14-2004, 11:14 PM   PM User | #6
Nightfire
Senior Coder

 
Nightfire's Avatar
 
Join Date: Jun 2002
Posts: 4,266
Thanks: 6
Thanked 48 Times in 48 Posts
Nightfire is on a distinguished road
kenny873:
Did you try accessing the page from a different url? Also, some firewalls, browsers etc will prevent the referrer being shown/recorded.

<edit>Nevermind, just seen this is a very old thread, thought it was recent</edit>
__________________
Blue Panda
Website Design | 1 Pound Ads | 'ow much? | Coding Geeks
Nightfire is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 01:01 AM.


Advertisement
Log in to turn off these ads.