Ouster wrote:

>header("304 Not Modified);
>

Looking at the docs (I know, silly, eh?), the correct form of this 
appears to be:

    header ("HTTP/1.0 304 Not Modified");

In addition to the missing " as was already pointed out...

Chris Hobbs
Silver Valley Unified School District




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to