On Thu, 2004-01-08 at 14:14, BÃrge Strand wrote: [snip]
> Do you have any ideas what I should do to make both .php and .cgi > versions work? > Here's test3.cgi: > ====================================================== > #! /usr/local/bin/php > <?php > print 'Content-type: text/html' . "\n\n"; > session_start(); Have you tried putting session_start() before the first print? - Brad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php