[PHP-WIN] about excel

2004-10-03 Thread Alex qi
hi: I output the result from mysql to an excel file. yet, it works in Linus but IE. anyone know why? thanks. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] ORIG_SCRIPT_NAME

2004-10-03 Thread Kevin Williams
I have PHP 5.0.2 working in Apache 2.0.52 as a module, on WinXP SP2, and I'm trying to test coWiki (CVS-HEAD). I'm using Komodo 3.0.1 (eval) to debug it over the XDebug 2.0 beta1 debugger. There is a point in the code which fails because $_SERVER['ORIG_SERVER_NAME'] is not defined. As a matter

RE: [PHP-WIN] Re: WinXP- PHP install: Premature end of script headers

2004-10-03 Thread George Broyles
Thank you, Thank you, Thank you That was the problem. I knew it had to be some simple detail that I was missing. I REALLY appreciate your help. George B [EMAIL PROTECTED] -Original Message- From: DvDmanDT [mailto:[EMAIL PROTECTED] Sent: Sunday, October 03, 2004 12:56 PM To: [EMAIL PROTE

[PHP-WIN] Re: WinXP- PHP install: Premature end of script headers

2004-10-03 Thread DvDmanDT
You are not supposed to use php.exe, use php-cgi.exe.. php.exe doesn't generate any HTTP headers like cgi's are required to, therefore the error... -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com "George Broyles" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > I