"Shaun" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > Please could someone tell me how I can redirect a user to the page they came > from including any query strings attached to the URL?
header('location: ' . $_SERVER['REQUEST_URI']); exit;
Regards,
Torsten Roehr
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

