RE: [PHP] header() in apache/CGI mode PHP

2001-02-12 Thread PHPBeginner.com
]] Sent: Tuesday, February 13, 2001 12:21 AM To: [EMAIL PROTECTED] Subject: [PHP] header() in apache/CGI mode PHP I recently moved a site to a host that only supports PHP as a CGI, not mod_php. I cannot seem to set any headers using the header() function, so I can't set cookies either. Wher

[PHP] header() in apache/CGI mode PHP

2001-02-12 Thread Aaron Held
I recently moved a site to a host that only supports PHP as a CGI, not mod_php. I cannot seem to set any headers using the header() function, so I can't set cookies either. Where can I find additional documentation as to the differences between the mod_php and CGI/commandline versions of PHP in