On Thursday 02 May 2002 4:26 pm, Donna Robinson wrote:
> > What you are trying to achieve can be done with refresh headers (either
> > html-meta or http).
> Huh? pls explain.

Forget it - I figured it out.  If I send this along with the rest of the 
headers everything is just peachy:
$url = $PHP_SELF.'?uid='.$uid.'&pwd='.$pwd.'&action=howto';
header( 'Refresh:0; url="'.$url.'"');
...

But thanks for the pointer!

Donna


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

Reply via email to