mail.pmpa wrote:
Don't mean to start a discussion whatsoever, I love php, but one thing i
can't do in php is Response.Redirect .
Apart from that no complains so far :)

header("Location: $url");

which, by the way, makes a hell of a lot more sense. It's just an HTTP response header like any other response header and it is called Location, not Redirect.

-Rasmus

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



Reply via email to