On Monday, June 10, 2002 at 8:03:40 PM, you wrote:
> header("Location:http://www.mysite.com/file_exists.php");
You should have a space after Location:...
header("Location: http://www.mysite.com/file_exists.php");
If that's not it, please post the error/what happens. We are not mind readers.
--
Stuart
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

