Marcus, or anyone else familiar enough with the engine,

Just to clarify, do you see an inherent technical problem with nesting ifsetor() function calls?

$user = ifsetor($_SESSION['user'], ifsetor($_POST['user'], NULL));


or is the problem only with accepting a list of parameters:

$user = ifsetor($_SESSION['user'], $_POST['user'], NULL);


Marc

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to