Re: [PHP] POST Referral

2001-02-28 Thread Matt
getenv('REQUEST_METHOD'); .matt - Original Message - From: "Boget, Chris" <[EMAIL PROTECTED]> To: "Php (E-mail)" <[EMAIL PROTECTED]> Sent: Wednesday, February 28, 2001 2:49 PM Subject: [PHP] POST Referral > Is it possible, in PHP, for a

[PHP] POST Referral

2001-02-28 Thread Boget, Chris
Is it possible, in PHP, for a page to determine if it was accessed via a form's submission (POST/GET)? IOW, if you click on a link to get to a page, you can find out (usually; I know it's not 100%) what page the user was at before when s/he clicked the link by accessing the $HTTP_REFERER variable