> > 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?
Yes. Then I get "Internal Server Error". -- Børge -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php