Jason Garber wrote:
If there was any way to accommodate this with userland PHP code, I
would have already done it. However it is an engine level function
that has to be added to the core of PHP.
For the record, I also find ifsetor useful, but what you want can be
accomplished like this:
$email = isset($_GET['email']) ? $_GET['email'] : 'no email address';
ifsetor would make this much nicer, but there /is/ a way to accomplish
what you want in userland.
S
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php