[PHP-WIN] RE: Interesting problem - PHP 4.3, IIS5, ISAPI

2003-02-14 Thread Uttam
also u r using wrong variable $fd in while loop while you have defined $fp, so this becomes infinite loop. this should give a warning message, if you have not disabled display of same. check your error logs. $fp = fopen("d:\www\ex030124.log", "r"); $i = 0; while (!feof($fp)) { $rowData =

[PHP-WIN] RE: Interesting problem - PHP 4.3, IIS5, ISAPI

2003-02-14 Thread Uttam
call the stoptiming() function before tag, browser may ignore any text after tag. Execution time " . ($endTime - $startTime) . " seconds."; } startTiming(); ?> Stats Server "; } */ $i++; //echo $i . ""; } stopTiming(); ?> regds, -Original

[PHP-WIN] execute before fopen?

2003-02-14 Thread HÃ¥kan
Ok, I came up with a small problem, I have a function that opens and reads information from xml files, and I have a php file that uses a system(file.exe -xml) to print the xml code, is there any way to make the php file execute it and then read the information somehow? I'm kind of dumbstruck at the

php-windows Digest 14 Feb 2003 21:48:56 -0000 Issue 1588

2003-02-14 Thread php-windows-digest-help
php-windows Digest 14 Feb 2003 21:48:56 - Issue 1588 Topics (messages 18537 through 18542): Re: basic variable question 18537 by: Svensson, B.A.T. (HKG) Error In CGI Application 18538 by: Jey 18539 by: Henrik Hornemann geek fishing stuff 18540 by: Anthony Ri

[PHP-WIN] Pipe from SMTP to php script

2003-02-14 Thread Kato
Hello I am trying to port a unix application to windows, and I need to learn about some common windows SMTP solutions, and how they can port the output of a particular address to a php script similar to what would be done with sendmail in a .forward file: "| phpscript.php" If anyone can r

[PHP-WIN] Interesting problem - PHP 4.3, IIS5, ISAPI

2003-02-14 Thread Matt Babineau
I am trying to output the page runtime to omake a comparison between php and Coldfusion. I have 2 functions one to start a timer, one to end a timer. The php code block in the middle between reads a 140mb file and does some other stuff. This is fairly unimportant at this point. With the code block

[PHP-WIN] geek fishing stuff

2003-02-14 Thread Anthony Ritter
My guiding season begins in April. Anybody out there know where I can purchase a nice mysql dolphin t-shirt? Thank you. TR -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

SV: [PHP-WIN] Error In CGI Application

2003-02-14 Thread Henrik Hornemann
You probably dont generate any html output. regards Henrik Hornemann > -Oprindelig meddelelse- > Fra: Jey [mailto:[EMAIL PROTECTED]] > Sendt: 14. februar 2003 13:59 > Til: [EMAIL PROTECTED] > Emne: [PHP-WIN] Error In CGI Application > > > I have installed PHP 4.3.0 on Windows 2000 Serve

[PHP-WIN] Error In CGI Application

2003-02-14 Thread Jey
I have installed PHP 4.3.0 on Windows 2000 Server. And then I edited the php.ini file accordingly. And added the extension .php in IIS 5. And when I try to run a php script I get the following error: CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers

FW: [PHP-WIN] basic variable question

2003-02-14 Thread Svensson, B.A.T. (HKG)
Obviously you are on to *somthing* with your first comment, because one way to evaluate to 1.1 each time is if for instance: $taxrate = 0.10; // local sales tax is %10 $totalamount = $totalamount * (1 + $taxrate); Is evaluated like: $totalamount * (1 + $taxrate) ==> 1 * (1 + 0.1) ==> 1

php-windows Digest 14 Feb 2003 09:05:57 -0000 Issue 1587

2003-02-14 Thread php-windows-digest-help
php-windows Digest 14 Feb 2003 09:05:57 - Issue 1587 Topics (messages 18526 through 18536): Re: basic variable question 18526 by: Matt Hillebrand 18527 by: Matt Hillebrand 18528 by: Matt Hillebrand 18535 by: Uttam PHP mhash extension howto 18529 by: M

Re: [PHP-WIN] PHP questionaire

2003-02-14 Thread Ignatius Reilly
You may look up into www.devshed.com I remember seeing a good tutorial for PHP/ MySQL polling ("Democracy - the PHP way" or something approaching) Ignatius - Original Message - From: "Arthur Radulescu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]