On Mon, 2009-02-09 at 11:26 -0500, Alice Wei wrote:
> > > while (!feof($fh2)) {
> > >
> > > $total_time=0;
> > > $lines= fgets($fh2);
> > > $count= strlen($lines);
> > > if ($count == 0) {
> > > //There are no lines
> > > }
> > > else {
> > >
> > > $total_time += $lines;
> > >
> > > }
> > > }
> From: ja...@ultratans.com
> To: aj...@alumni.iu.edu
> CC: php-windows@lists.php.net
> Date: Mon, 9 Feb 2009 10:34:45 -0500
> Subject: Re: [PHP-WIN] Math Operator Problem?
>
> On Mon, 2009-02-09 at 07:32 -0500, Alice Wei wrote:
> > Hi,
> >
> > I have a snippet of code as follows:
> >
> > wh
- Original Message -
From: "Shaun Thornburgh"
To:
Sent: Monday, February 09, 2009 8:19 AM
Subject: [PHP-WIN] Windows Server 2003 Installation Problems
Hi,
I am trying to get PHP to run on IIS on our Windows 2003 server. It has been
running up until recently however I have just re
On Mon, 2009-02-09 at 07:32 -0500, Alice Wei wrote:
> Hi,
>
> I have a snippet of code as follows:
>
> while (!feof($fh2)) {
>
> $total_time=0;
> $lines= fgets($fh2);
> $count= strlen($lines);
>if ($count == 0) {
> //There are no lines
> }
> else {
>
> $total
First, are you able to get FastCGI running on your server instead of ISAPI?
Also, are you just getting a blank screen when you run that script or
is any kind of error or response code coming back?
-Joe
Quoting Shaun Thornburgh :
Hi,
I am trying to get PHP to run on IIS on our Windows 200
Hi,
I am trying to get PHP to run on IIS on our Windows 2003 server. It has been
running up until recently however I have just removed an ISAPI rewrite module
and now PHP won't run at all. I have a simple file called index.php with the
following contents:
but this doesnt't work. Ammoyingly
Hi,
I have a snippet of code as follows:
while (!feof($fh2)) {
$total_time=0;
$lines= fgets($fh2);
$count= strlen($lines);
if ($count == 0) {
//There are no lines
}
else {
$total_time += $lines;
}
}
What I am trying to do here is to increment the tot
Date: Sun, 8 Feb 2009 17:01:32 +
> From: n...@chance.now
> To: php-windows@lists.php.net
> Subject: Re: [PHP-WIN] Mail Function Error
>
> >
> > > > Hi,
> > > >
> > > > I am one of those people whose mail server is not on the local
> > > > machine. It is on http://www.hotmail.com and t