This is probably an easy answer, but I cannot seem to find it. Is it
possible to determine whether a variable is set with either $_POST or $GET
without having to do:
if(isset($_POST['foo']) || isset($_GET['foo']))
//do something
_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php