Christopher Myatt wrote:

> is there any way to do a *response.redirect* call like in asp from a 
> php script?

PHP Manual => header function

http://www.php.net/manual/it/function.header.php

Es.
header("Location: http://www.yoursite.com/desturl.php";);

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

Reply via email to