--- Phil Matt <[EMAIL PROTECTED]> wrote:
> header("Location:thanks.shtml");

Two errors here:

1. There is a space after the colon.
2. The URL must be an absolute URL.

> But no matter where I place it in the PHP file, I get the error
> message that says "Headers already sent..."

Read this message. It tells you exactly what is wrong and where.

Chris

=====
Chris Shiflett - http://shiflett.org/

PHP Security - O'Reilly
     Coming Fall 2004
HTTP Developer's Handbook - Sams
     http://httphandbook.org/
PHP Community Site
     http://phpcommunity.org/

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

Reply via email to