> -----Original Message-----
> From: Johnny Martinez [mailto:[EMAIL PROTECTED]
> Sent: 13 June 2003 00:49
> 
> Will this work for $_GET as well?

Yup.

> -----Original Message-----
> From: Jason Wong [mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 12, 2003 2:14 PM
> 
>   if ($_POST) { do_something_with_post(); }
> 
> or
> 
>   if (!empty($_POST)) { do_something_with_post(); }


Cheers!

Mike

---------------------------------------------------------------------
Mike Ford,  Electronic Information Services Adviser,
Learning Support Services, Learning & Information Services,
JG125, James Graham Building, Leeds Metropolitan University,
Beckett Park, LEEDS,  LS6 3QS,  United Kingdom
Email: [EMAIL PROTECTED]
Tel: +44 113 283 2600 extn 4730      Fax:  +44 113 283 3211 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to