[PHP] ? : where in the manual? From: Rehuel Lobato de Mesquita (rehuel <email protected>)
Date: 07/10/01

Heya guys,

I am trying to find information in the manual to explain these lines:

$goto = empty($SESSION["wantsurl"]) ? $CFG->wwwroot :
$SESSION["wantsurl"];
    header("Location: $goto");
  die;

Can anyone tell me where to look???

Thanx

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>