Is this the best way to do this?
if(isset($Task) && $Task == "Add") { Do something }I want to check if the variable is set and if so, if it is "Add". -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

