"rodrigo" <[EMAIL PROTECTED]> wrote:
> Is there a function that can tell me whether a form was posted?

There's an Apache environment variable.  $REQUEST_METHOD.  Returns "GET" or
"POST".

Do <?php phpinfo(); ?> in your script for more good stuff.

--
Steve Werby
COO
24-7 Computer Services, LLC
Tel: 804.817.2470
http://www.247computing.com/



-- 
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