[PHP] Re: PHP as Scripting Language

2001-02-08 Thread Bill Rausch
"#!/usr/local/bin/php -q" doesn't quite do it for me. Here's what I get before and after adding the -q. $ cat xxx.php #!/usr/local/bin/php $ xxx.php X-Powered-By: PHP/4.0RC2 Set-Cookie: PHPSESSID=d74e5e80abcf1d2898588b595dc751d5 Expires: Thu, 8 Feb 2001 17:39:17 GMT Cach

Re: [PHP] Re: PHP as Scripting Language

2001-02-09 Thread Maxim Derkachev
Hello Bill, Thursday, February 08, 2001, 9:17:34 PM, you wrote: BR>Warning: Cannot send session cookie - headers already sent in BR> Unknown on line 0 BR> BR>Warning: Cannot send session cache limiter - headers already BR> sent in Unknown on line 0 BR>hello world BR> Any idea