php-windows Digest 21 Nov 2001 06:13:13 -0000 Issue 865
Topics (messages 10532 through 10556):
How to know how long a person stay
10532 by: Patrick SILVA
10534 by: Michel Laine
10535 by: George Pitcher
10536 by: Patrick SILVA
10546 by: Corn Vollney-R7019C
UPDATE is NOT working.... I cannot figure out why
10533 by: Todd Williamsen
10540 by: Ross Fleming
10541 by: Svensson, B.A.T. (HKG)
10543 by: Todd Williamsen
10545 by: Svensson, B.A.T. (HKG)
PHP as ISAPI on IIS 5.0/win2k server
10537 by: Laurent Protti
10538 by: Todd Williamsen
10539 by: Laurent Protti
10542 by: Thomas Juntunen
imap_fetch_overview() POP/IMAP
10544 by: Niclas Krantz
PSD - File Info
10547 by: Josh Seward
how do you determine how many people are on your webpage right now!
10548 by: ChaoticWorks.cs.com
10549 by: Corn Vollney-R7019C
10550 by: Svensson, B.A.T. (HKG)
10552 by: David Elliott
How to get large numer of visitors for a webpage
10551 by: Svensson, B.A.T. (HKG)
Re: Win 2k, IIS 5 and PHP
10553 by: Mike Webby
10554 by: Martin Steel
Compiling Questions
10555 by: ALi
PHP4 & Win2k 'Application Error'
10556 by: Jason Reid
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Hello
is it possible with PHP to know how much time a person stay on a web page?
thanks
/---------------------------------------------/
Patrick Silva
Gestion serveurs et domaines
Cyse Informatique
105 avenue du Général Leclerc
77400 Lagny sur marne (France)
tel : (33)1 64303232 - Fax : (33)1 64303222
tel : (33)5 55805498 - Fax : (33)5 55805499
E-mail : [EMAIL PROTECTED]
http://www.cyse.com
/---------------------------------------------/
--- End Message ---
--- Begin Message ---
I do not believe that this is possible, not as you would it to work anyway.
Something like this might be realized with sessions set to a very short
timeout, but then your users might get pissed (due to the short timeout).
Patrick Silva wrote:
> Hello
>
> is it possible with PHP to know how much time a person stay on a web page?
>
> thanks
> /---------------------------------------------/
> Patrick Silva
> Gestion serveurs et domaines
> Cyse Informatique
> 105 avenue du Général Leclerc
> 77400 Lagny sur marne (France)
> tel : (33)1 64303232 - Fax : (33)1 64303222
> tel : (33)5 55805498 - Fax : (33)5 55805499
> E-mail : [EMAIL PROTECTED]
> http://www.cyse.com
> /---------------------------------------------/
--
Michel Laine
--- End Message ---
--- Begin Message ---
I think that with a bit of imagination you could achieve this.
Have a DB record created as you go into a page and update it when you go to
the next page, you could use the URL and REFERRER page and Timestamp to
populate the start and end times.
Of course, as a complete PHP/MySQL newbie, I might have an overactive
imagination!
George P in Edinburgh
----- Original Message -----
From: "Michel Laine" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 20, 2001 4:48 PM
Subject: Re: [PHP-WIN]How to know how long a person stay
> I do not believe that this is possible, not as you would it to work
anyway.
> Something like this might be realized with sessions set to a very short
> timeout, but then your users might get pissed (due to the short timeout).
>
> Patrick Silva wrote:
>
> > Hello
> >
> > is it possible with PHP to know how much time a person stay on a web
page?
> >
> > thanks
> > /---------------------------------------------/
> > Patrick Silva
> > Gestion serveurs et domaines
> > Cyse Informatique
> > 105 avenue du Général Leclerc
> > 77400 Lagny sur marne (France)
> > tel : (33)1 64303232 - Fax : (33)1 64303222
> > tel : (33)5 55805498 - Fax : (33)5 55805499
> > E-mail : [EMAIL PROTECTED]
> > http://www.cyse.com
> > /---------------------------------------------/
>
> --
>
> Michel Laine
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
--- End Message ---
--- Begin Message ---
OK
I had do this but when the person close the browser or leave the site, I
can't have any information about that !
----- Original Message -----
From: "George Pitcher" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, November 20, 2001 6:08 PM
Subject: Re: [PHP-WIN]How to know how long a person stay
> I think that with a bit of imagination you could achieve this.
>
> Have a DB record created as you go into a page and update it when you go
to
> the next page, you could use the URL and REFERRER page and Timestamp to
> populate the start and end times.
>
> Of course, as a complete PHP/MySQL newbie, I might have an overactive
> imagination!
>
> George P in Edinburgh
> ----- Original Message -----
> From: "Michel Laine" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, November 20, 2001 4:48 PM
> Subject: Re: [PHP-WIN]How to know how long a person stay
>
>
> > I do not believe that this is possible, not as you would it to work
> anyway.
> > Something like this might be realized with sessions set to a very short
> > timeout, but then your users might get pissed (due to the short
timeout).
> >
> > Patrick Silva wrote:
> >
> > > Hello
> > >
> > > is it possible with PHP to know how much time a person stay on a web
> page?
> > >
> > > thanks
> > > /---------------------------------------------/
> > > Patrick Silva
> > > Gestion serveurs et domaines
> > > Cyse Informatique
> > > 105 avenue du Général Leclerc
> > > 77400 Lagny sur marne (France)
> > > tel : (33)1 64303232 - Fax : (33)1 64303222
> > > tel : (33)5 55805498 - Fax : (33)5 55805499
> > > E-mail : [EMAIL PROTECTED]
> > > http://www.cyse.com
> > > /---------------------------------------------/
> >
> > --
> >
> > Michel Laine
> >
> >
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>
>
> _________________________________________________________
>
> Do You Yahoo!?
>
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>
>
--- End Message ---
--- Begin Message ---
Patrick,
A couple of ways you could do this:
1. Using jscript, set a cookie on the users machine with the time stamp of when they
opened the page, using the onload event. Then when the user exits the page, using the
onUnload event, read the cookie data, and send it to a php script to write it to a db
or a flat file.
2. Use php sessions, I wont go into the details, but you can check the manual for
further info http://www.php.net/manual/en/ref.session.php
Voll
-----Original Message-----
From: Michel Laine [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 20, 2001 10:48 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN]How to know how long a person stay
I do not believe that this is possible, not as you would it to work anyway.
Something like this might be realized with sessions set to a very short
timeout, but then your users might get pissed (due to the short timeout).
Patrick Silva wrote:
> Hello
>
> is it possible with PHP to know how much time a person stay on a web page?
>
> thanks
> /---------------------------------------------/
> Patrick Silva
> Gestion serveurs et domaines
> Cyse Informatique
> 105 avenue du Général Leclerc
> 77400 Lagny sur marne (France)
> tel : (33)1 64303232 - Fax : (33)1 64303222
> tel : (33)5 55805498 - Fax : (33)5 55805499
> E-mail : [EMAIL PROTECTED]
> http://www.cyse.com
> /---------------------------------------------/
--
Michel Laine
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
Here is the code:
<?
if ((!$FirstName) || (!$LastName)) {
header("Location: http://www.feminineforum.com/admin/pick_modcontact.php");
exit;
} else {
session_start();
}
if ($valid != "yes") {
header("Location: http://www.feminineforum.com/admin/contact_menu.php");
exit;
} else {
session_register('valid');
}
$db_name = "feminineforum";
$table_name = "tblmembers";
$connection = @mysql_connect ("localhost", "feminine", "krmc33") or die
("Couldn't connect.");
$db = @mysql_select_db ($db_name, $connection) or die("Couldn't select
database.");
$sql = "UPDATE $table_name
SET
FirstName = \"$FirstName\",
LastName = \"$LastName\",
Address1 = \"$Address1\",
Address2 = \"$Address2\",
City = \"$City\",
State = \"$State\",
Zip = \"$Zip\",
HomePhone = \"$HomePhone\",
WorkPhone = \"$WorkPhone\",
Fax = \"$Fax\",
Email = \"$Email\",
UserId = \"$UserId\",
Password = \"$Password\",
WHERE ID = \"$ID\"
";
$result = @mysql_query($sql, $connection) or die("Couldn't execute query.");
?>
<HTML>
<HEAD>
<TITLE>Feminine Forum Contact Management System: Contact Updated</TITLE>
</HEAD>
<BODY>
<h1>Feminine Forum Contact Management System</h1>
<h2><em>Modify a Contact - Contact Updated</em></h2>
<P>The following information was successfully updated in <? echo
"$table_name"; ?></p>
<table cellspacing=3 cellpadding=5>
<tr>
<th>NAME & ADDRESS INFORMATION</th>
<th>OTHER CONTACT/PERSONAL INFORMATION</th>
</tr>
<tr>
<td valign=top>
<P><STRONG>First Name:</STRONG><BR>
<? echo "$FirstName"; ?></P>
<P><STRONG>Last Name:</STRONG><BR>
<? echo "$LastName"; ?></P>
<P><STRONG>Address Line 1:</STRONG><BR>
<? echo "$Address1"; ?></P>
<P><STRONG>Address Line 2:</STRONG><BR>
<? echo "$Address2"; ?></P>
<P><STRONG>City:</STRONG><BR>
<? echo "$City"; ?></P>
<P><STRONG>State:</STRONG><BR>
<? echo "$State"; ?></P>
<P><STRONG>Zip:</STRONG><BR>
<? echo "$Zip"; ?></P>
</td>
<td valign=top>
<P><STRONG>Home Telephone Number:</STRONG><BR>
<? echo "$HomePhone"; ?></P>
<P><STRONG>Work Telephone Number:</STRONG><BR>
<? echo "$WorkPhone"; ?></P>
<P><STRONG>E-mail Address:</STRONG><BR>
<? echo "$Email"; ?></P>
<P><STRONG>UserId:</STRONG><BR>
<? echo "$UserId"; ?></P>
<P><STRONG>Password:</STRONG><BR>
<? echo "$Password"; ?></P>
</td>
</tr>
<tr>
<td align=center colspan=2><br>
<p><a href="contact_menu.php">Return to Main Menu</a></p>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
The query fails for some unknown reason. I have tried with and without the
double qoutes, and with single qoutes. with the mysql_query()
function..still fails.
--- End Message ---
--- Begin Message ---
Then it's an SQL problem and not a PHP problem
-----Original Message-----
From: Todd Williamsen [mailto:[EMAIL PROTECTED]]
Sent: 20 November 2001 16:40
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] UPDATE is NOT working.... I cannot figure out why
Here is the code:
<?
if ((!$FirstName) || (!$LastName)) {
header("Location: http://www.feminineforum.com/admin/pick_modcontact.php");
exit;
} else {
session_start();
}
if ($valid != "yes") {
header("Location: http://www.feminineforum.com/admin/contact_menu.php");
exit;
} else {
session_register('valid');
}
$db_name = "feminineforum";
$table_name = "tblmembers";
$connection = @mysql_connect ("localhost", "feminine", "krmc33") or die
("Couldn't connect.");
$db = @mysql_select_db ($db_name, $connection) or die("Couldn't select
database.");
$sql = "UPDATE $table_name
SET
FirstName = \"$FirstName\",
LastName = \"$LastName\",
Address1 = \"$Address1\",
Address2 = \"$Address2\",
City = \"$City\",
State = \"$State\",
Zip = \"$Zip\",
HomePhone = \"$HomePhone\",
WorkPhone = \"$WorkPhone\",
Fax = \"$Fax\",
Email = \"$Email\",
UserId = \"$UserId\",
Password = \"$Password\",
WHERE ID = \"$ID\"
";
$result = @mysql_query($sql, $connection) or die("Couldn't execute query.");
?>
<HTML>
<HEAD>
<TITLE>Feminine Forum Contact Management System: Contact Updated</TITLE>
</HEAD>
<BODY>
<h1>Feminine Forum Contact Management System</h1>
<h2><em>Modify a Contact - Contact Updated</em></h2>
<P>The following information was successfully updated in <? echo
"$table_name"; ?></p>
<table cellspacing=3 cellpadding=5>
<tr>
<th>NAME & ADDRESS INFORMATION</th>
<th>OTHER CONTACT/PERSONAL INFORMATION</th>
</tr>
<tr>
<td valign=top>
<P><STRONG>First Name:</STRONG><BR>
<? echo "$FirstName"; ?></P>
<P><STRONG>Last Name:</STRONG><BR>
<? echo "$LastName"; ?></P>
<P><STRONG>Address Line 1:</STRONG><BR>
<? echo "$Address1"; ?></P>
<P><STRONG>Address Line 2:</STRONG><BR>
<? echo "$Address2"; ?></P>
<P><STRONG>City:</STRONG><BR>
<? echo "$City"; ?></P>
<P><STRONG>State:</STRONG><BR>
<? echo "$State"; ?></P>
<P><STRONG>Zip:</STRONG><BR>
<? echo "$Zip"; ?></P>
</td>
<td valign=top>
<P><STRONG>Home Telephone Number:</STRONG><BR>
<? echo "$HomePhone"; ?></P>
<P><STRONG>Work Telephone Number:</STRONG><BR>
<? echo "$WorkPhone"; ?></P>
<P><STRONG>E-mail Address:</STRONG><BR>
<? echo "$Email"; ?></P>
<P><STRONG>UserId:</STRONG><BR>
<? echo "$UserId"; ?></P>
<P><STRONG>Password:</STRONG><BR>
<? echo "$Password"; ?></P>
</td>
</tr>
<tr>
<td align=center colspan=2><br>
<p><a href="contact_menu.php">Return to Main Menu</a></p>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
The query fails for some unknown reason. I have tried with and without the
double qoutes, and with single qoutes. with the mysql_query()
function..still fails.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
>-----Original Message-----
>From: Todd Williamsen
>The query fails for some unknown reason. I have tried with and without
the
>double qoutes, and with single qoutes. with the mysql_query()
function..still fails.
"for some unknown reason"? What does this mean?
Did the driver report back "Failed because of unknown reason" or what?
--- End Message ---
--- Begin Message ---
No, it puts out the "or die" message of "Couldn't execute query"
"B.A.T. Svensson" <[EMAIL PROTECTED]> wrote in message
27E647E5629ED211BF78009027289C6303681D4F@mail1">news:27E647E5629ED211BF78009027289C6303681D4F@mail1...
> >-----Original Message-----
> >From: Todd Williamsen
>
> >The query fails for some unknown reason. I have tried with and without
> the
> >double qoutes, and with single qoutes. with the mysql_query()
> function..still fails.
>
> "for some unknown reason"? What does this mean?
>
> Did the driver report back "Failed because of unknown reason" or what?
--- End Message ---
--- Begin Message ---
>No, it puts out the "or die" message of "Couldn't execute query"
So why not try to figure out what error message that is created instead of
just killing the process.
--- End Message ---
--- Begin Message ---
Hello,
i've got a little problem, I try installing PHP 4.06 on my web server as an
ISAPI filter. I've modified the webserver configuration to add the filter
(php4isapi.dll which I copied in \winnt\system), modified the home directory
configuration so that .php files are interpreted by php4isapi.dll, and when
I restart the web server by net stop IISAdmin, net start w3svc, the ISAPI
filter appears as not loaded and I get the following message in the event
viewer :
The HTTP Filter DLL D:\winnt\system\php4isapi.dll failed to load. The data
is the error.
The data contains 7e 00 00 00.
Has anyone encountered the same problem and know how to resolve it ?
Any indication is welcome.
Best regards
Laurent
--- End Message ---
--- Begin Message ---
Yes, I resolved it... run Apache... its easier to configure and more secure,
not like IIS that has more holes than swiss cheese...
then disable IIS
"Laurent Protti" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello,
>
> i've got a little problem, I try installing PHP 4.06 on my web server as
an
> ISAPI filter. I've modified the webserver configuration to add the filter
> (php4isapi.dll which I copied in \winnt\system), modified the home
directory
> configuration so that .php files are interpreted by php4isapi.dll, and
when
> I restart the web server by net stop IISAdmin, net start w3svc, the ISAPI
> filter appears as not loaded and I get the following message in the event
> viewer :
>
> The HTTP Filter DLL D:\winnt\system\php4isapi.dll failed to load. The data
> is the error.
>
> The data contains 7e 00 00 00.
>
> Has anyone encountered the same problem and know how to resolve it ?
>
> Any indication is welcome.
>
> Best regards
>
> Laurent
>
>
--- End Message ---
--- Begin Message ---
I'm swiss, so I like swiss cheese... ;-)
"Todd Williamsen" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Yes, I resolved it... run Apache... its easier to configure and more
secure,
> not like IIS that has more holes than swiss cheese...
>
> then disable IIS
> "Laurent Protti" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > Hello,
> >
> > i've got a little problem, I try installing PHP 4.06 on my web server as
> an
> > ISAPI filter. I've modified the webserver configuration to add the
filter
> > (php4isapi.dll which I copied in \winnt\system), modified the home
> directory
> > configuration so that .php files are interpreted by php4isapi.dll, and
> when
> > I restart the web server by net stop IISAdmin, net start w3svc, the
ISAPI
> > filter appears as not loaded and I get the following message in the
event
> > viewer :
> >
> > The HTTP Filter DLL D:\winnt\system\php4isapi.dll failed to load. The
data
> > is the error.
> >
> > The data contains 7e 00 00 00.
> >
> > Has anyone encountered the same problem and know how to resolve it ?
> >
> > Any indication is welcome.
> >
> > Best regards
> >
> > Laurent
> >
> >
>
>
--- End Message ---
--- Begin Message ---
On 11/20/01 12:21, "Todd Williamsen" <[EMAIL PROTECTED]> wrote:
> Yes, I resolved it... run Apache... its easier to configure and more secure,
> not like IIS that has more holes than swiss cheese...
>
Your comment is not helpful, nor is this an appropriate forum for your
opinion of IIS. The shop I work for was IIS based before I worked here and
does not offer me any choice in the matter. Many people are in that
situation as well. So enjoy the fact you can run demonstrably better web
server software, but don't condemn others without more facts.
Thomas Juntunen
Network Administrator
Creative Resource Center
--- End Message ---
--- Begin Message ---
Hello!
I have a problem concerning how to work w/ POP and/or IMAP w/ PHP.
When I was working, I sat w/ my PC and programmed, I tested the results w/
my Mac, everything worked lovely! BUT, when I tried to access my PHP script
from my PC, (btw, I have my webserver on that machine..), the PHP gave me an
error. What I mean is that the program php.exe gave me a note that it was
malfunction. I think this is very strange, everything worked from the Mac,
not from the PC. I figured it was because I had the webserver on that
machine, but no, when I tried from a friends PC, it didn't work either.
What it comes down to now is that I have been checking my code and the line
that PHP.EXE will not run from my PC is:
$result=imap_fetch_overview($mbox,"1:$MN",0);
Are anyone aware of any bugs for this function? It is so strange that it
works from my Mac!
I run WinXP Pro and PHP 4.006
Cheers
Niclas Krantz, [EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
I have managed to take the info from a jpg file. With the iptcparse() function.
Is there a way to take the info straight from a .psd photoshop image?
Thanks,
Josh Seward
[EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
how do you determine how many people are on your webpage right now?
-Sean-
--- End Message ---
--- Begin Message ---
Sessions and some kind of counter variable. Check the documentation for more info on
sessions. Basically it would go like this:
1) User loads page and a session is created, this increments the counter by one
2) When the session is destroyed the counter is deincremented.
Then create a nifty little php script to view the counter variable. You could add alot
of stuff to this, like how many for each page, etc, but you really have to ask
yourself..Do I need to know this? What will I gain? Is it worth the trouble? Can I
just use the web server log files and a analizer program, plus a little math and
figure this out? Yep, sure can.
Voll
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 20, 2001 3:21 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] how do you determine how many people are on your
webpage right now!
how do you determine how many people are on your webpage right now?
-Sean-
--- End Message ---
--- Begin Message ---
>how do you determine how many people are on your webpage right now?
You print it out, and then you just count the number of people currently
standing on the paper. Tech solutions should be kept simple and manageable
for every one! :)
--- End Message ---
--- Begin Message ---
Hail Sean
On 20 November 2001 at 16:20:36 EST (which was 21:20 where I live)
Sean wrote and made these points
S> how do you determine how many people are on your webpage right now?
Try
Name: Users Online
Author: Daniel Kushner <[EMAIL PROTECTED]>
Description:
Reports the number of users that are currently online.
URL: http://phpclasses.upperdesign.com/browse.html/package/382
HTH
--
Thanks, _______________________________________________
David | David Elliott | Software Engineer |
_________________________| [EMAIL PROTECTED] | PGP Key ID 0x650F4534 |
| Only time your dog stops barking is when you shoot it--once or twice... |
--- End Message ---
--- Begin Message ---
>>how do you determine how many people are on your webpage right now?
>
>You print it out, and then you just count the number of people
>currently standing on the paper. Tech solutions should be kept
>simple and manageable for every one! :)
To get large number of visitors, you should put your pages at strategic
places like the front door to work in the mooring and evening, in the
elevator, or in the queue to the restaurant at lunch time. You can even
disguise them as a door carpet or a chair in a waiting room to. The tips and
tricks are endless in flavor.
--- End Message ---
--- Begin Message ---
Did you get any answers Martin?
If not does the group have a guide for us as many functions just don't work
using iis and php.exe
"Martin Steel" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> I installed php on my win2k machine running IIS 5, i've set it up as the
> install.txt file says, and i cant use any php scripts that use variables,
> such as $HTTP_USER_AGENT, but can use commands such as echo, can anyone
> help? and tell me how to set up php with iis using isapi so that it will
> work.
>
> Thanks,
> Martin.
>
--- End Message ---
--- Begin Message ---
I've still got no idea how to get php working on IIS as an isapi filter, it
still only interprets some of the functions. I've tried the internet and
can't find anything I haven't already done.
Can anyone please help?
Martin.
-----Original Message-----
From: Mike Webby [mailto:[EMAIL PROTECTED]]
Sent: 20 November 2001 22:30
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Re: Win 2k, IIS 5 and PHP
Did you get any answers Martin?
If not does the group have a guide for us as many functions just don't work
using iis and php.exe
"Martin Steel" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> I installed php on my win2k machine running IIS 5, i've set it up as the
> install.txt file says, and i cant use any php scripts that use variables,
> such as $HTTP_USER_AGENT, but can use commands such as echo, can anyone
> help? and tell me how to set up php with iis using isapi so that it will
> work.
>
> Thanks,
> Martin.
>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---
Hi,
It's my first time trying to compile PHP on Win32 myself. I get lots of
arpa/inet.h not found errors. Is this usual?
I'm trying to build the apache dll.
ALi
--- End Message ---
--- Begin Message ---
I'm running Windows 2000 Advanced server w/ SP2, with IIS and apache 1.3.22.
When i run some scripts(PEAR webinstaller.php for example) i get a
Application Error stating that php.exe (if trying under IIS) or apache.exe
(when trying under apache) have caused a error, saying:
' The instruction at "0x006b6d1" referenced memory at "0x00000000". The
memory could not be "read". '
I've tried reinstalling both apache and php, to no avail. I came across on
reporting of this on the php.net bug tracker, but no solution. anyone know
how to fix this?
Thanks
Jason Reid
[EMAIL PROTECTED]
--- End Message ---