>"Cbharadwaj" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>Hi
>
>I have used
>Header (Location:PATH)  function  for redirection.
>it is giving some errors.
>is there any other method other than HEADER() funtion for redirecting ?
>
>
>Bharadwaj

It will work if you specify a *full* URI:

header('location: http://www.yoursite.com/page.php'); exit;

Pay attention to the exit.

Regards, Torsten Roehr

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

Reply via email to