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 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.  Is there
> any way to do the same type of check but determine
> if it was due to the submission of a form (instead of
> by a link as $HTTP_REFERER would suggest)?
> 
> Thanks!
> 
> Chris
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to