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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- RE: [PHP] ? : where in the manual? Rehuel Lobato de Mesquita
- RE: [PHP] ? : where in the manual? Jack Dempsey
- Re: [PHP] ? : where in the manual? Philip Olson
- RE: [PHP] ? : where in the manual? Maxim Maletsky

