Hi,

Is there in php something as a redirect to another page like in asp?

e.g

  if(choice==1) response.redirect("page.php");
 response.redirect("page2.php");

I have search in the manuel, but the only thing I find is something like
        header("Location: registratie.html");

But I guess it's wrong because header information is already send.


Alain

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

Reply via email to