just suggesting... try this:

if ($option == 'content' and $task == 'view' and $id == 159 and $Itemid ==
162)
{
    session_write_close();
    header("Refresh:0;
url=https://computing.eng.iastate.edu/mambo/index.php?option=content&task=vi
ew&id=159&Itemid=162");
    exit;
}

let us know whether it works...
If it doesn't, try javascript window.location()

> if ($option == 'content' and $task == 'view' and $id == 159 and $Itemid ==
> 162)
> {
>   session_write_close();
>   header("Location:
>
https://computing.eng.iastate.edu/mambo/index.php?option=content&task=view&id=159&Itemid=162";);
>   exit;
> }

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to