php-windows Digest 7 Jun 2002 11:09:43 -0000 Issue 1180
Topics (messages 14111 through 14121):
.server side includes on Windows IIS 4.0
14111 by: Brad Deters
14113 by: brother
14114 by: Shrock, Court
Zend Compilling...
14112 by: Luis Ferro
Extracting data from a URL using PHP
14115 by: Anthony Ritter
PHP with IIS
14116 by: PHP
14117 by: PHP
14119 by: brother
Re: Detecting Usernames
14118 by: Carl Whittaker
php with apache2.00
14120 by: Gianfranco
14121 by: Cassiano Dal Pizzol
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 ---
I have several pages that contain includes pointing to .htm pages. I have
one include that points to a .php include. We recently switched from
Netscape WebServer 3.0 to Microsoft IIS 4.0 on a Win NT 4.0 OS. The .php
include worked before the switch, but doesn't afterward. If I go directly
to the file by typing that URL the file will work, but not as an include.
Anyone know why this is occurring?? Here is an example from one of my web
pages that is a html page.
<!--#include virtual="/cms/includes/style_cms.php"-->
_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com
--- End Message ---
--- Begin Message ---
> -----Original Message-----
> From: Brad Deters [mailto:[EMAIL PROTECTED]]
>
> I have several pages that contain includes pointing to .htm
> pages. I have
> one include that points to a .php include. We recently switched from
> Netscape WebServer 3.0 to Microsoft IIS 4.0 on a Win NT 4.0
> OS. The .php
> include worked before the switch, but doesn't afterward. If
> I go directly
> to the file by typing that URL the file will work, but not as
> an include.
> Anyone know why this is occurring?? Here is an example from
> one of my web
> pages that is a html page.
>
> <!--#include virtual="/cms/includes/style_cms.php"-->
Three questions popped up in my head:
1. The php is located at the same server (looks like it from the exampel
codesnippet)?
2. All other includes does work, only the one wich involves PHP doesn't?
3. Have you considered using php to include the file if the statement in
question 2 is true?
and btw, don't got a clue of what's wrong. Haven't used SSI in years and not
at all on IIS =)
/martin
--- End Message ---
--- Begin Message ---
SSI in IIS follows the form:
<!--#include file="your.file"-->
but this only works out-of-the-box within .asp files.....I do not know how
to "turn on" SSI of this form for any other extension within IIS. Including
a php file from an asp page would be possible iff IIS was configured to
process the include file based on the extension of the include rather than
via the handler that is processing the page that contains the include.
Somehow I doubt IIS can do this. Anyone care to shed light on my ignorance?
It would be appreciated.
-----Original Message-----
From: Brad Deters
To: [EMAIL PROTECTED]
Sent: 6/6/02 3:19 PM
Subject: [PHP-WIN] .server side includes on Windows IIS 4.0
I have several pages that contain includes pointing to .htm pages. I
have
one include that points to a .php include. We recently switched from
Netscape WebServer 3.0 to Microsoft IIS 4.0 on a Win NT 4.0 OS. The
.php
include worked before the switch, but doesn't afterward. If I go
directly
to the file by typing that URL the file will work, but not as an
include.
Anyone know why this is occurring?? Here is an example from one of my
web
pages that is a html page.
<!--#include virtual="/cms/includes/style_cms.php"-->
_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
Hi there,
Can someone give me an hint on where/how to build and distribute
compiled php code with zend to zend enabled servers?
Thanks in advance,
Luis Ferro
TelaDigital.Net
--- End Message ---
--- Begin Message ---
Is there any way to extract *specific* data off a page - like text within
one table (if there were four separate html tables on that page) - while
leaving the balance of the text and the other tables alone?
Thank you.
Tony Ritter
--- End Message ---
--- Begin Message ---
Hi all
How I know my IIS is supporting PHP?
And what have to do so that I can deploy my PHP pages at IIS?
Regards,
Kashif
--- End Message ---
--- Begin Message ---
Hi all
How I know my IIS is supporting PHP?
And what have to do so that I can deploy my PHP pages at IIS?
Regards,
Kashif
--- End Message ---
--- Begin Message ---
A standard IISserver does not support PHP, you have to install PHP by your
self, if you still want to try if the server is capable of handling PHPfiles
but don't wanna check via ISM just put a PHP document with, for instance,
the phpinfo() function.
/brother
> -----Original Message-----
> From: PHP [mailto:[EMAIL PROTECTED]]
>
> Hi all
>
> How I know my IIS is supporting PHP?
> And what have to do so that I can deploy my PHP pages at IIS?
--- End Message ---
--- Begin Message ---
Sorry should have mentioned im using xitami :)
"Court Shrock" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> You could configure IIS to require authentication before giving them
access
> to the form, thereby allowing you access to their username. It really
> doesn't take that long to type your username/password.
>
> -----Original Message-----
> From: Carl Whittaker
> To: [EMAIL PROTECTED]
> Sent: 6/6/02 7:47 AM
> Subject: [PHP-WIN] Detecting Usernames
>
> I was just wondering if anyone knows of a way to detect a clients
> username
> in php, im building a system for reporting equipment faults to an ict
> support team. It will be used on a Win2K server over the local intranet
> and
> id like to be able to pick this up to save time and also prevent people
> from
> filing phony reports.
>
> Thanks alot!
> Carl
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
come si installa php come modulo su windows XP con server APACHE 2 ??
gianfranco
How to install php as module to windows XP with Apache 2 server??
gianfranco
----- Original Message -----
From: "brother" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 07, 2002 10:27 AM
Subject: RE: [PHP-WIN] PHP with IIS
> A standard IISserver does not support PHP, you have to install PHP by your
> self, if you still want to try if the server is capable of handling
PHPfiles
> but don't wanna check via ISM just put a PHP document with, for instance,
> the phpinfo() function.
>
> /brother
>
> > -----Original Message-----
> > From: PHP [mailto:[EMAIL PROTECTED]]
> >
> > Hi all
> >
> > How I know my IIS is supporting PHP?
> > And what have to do so that I can deploy my PHP pages at IIS?
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--- End Message ---
--- Begin Message ---
for the 1000 time
put the folowing code in ur apache conf
LoadModule php4_module c:/<path to php>/experimental/apache2filter.dll
AddType application/x-httpd-php .php .phtml
Cassiano Dal Pizzol
Informática CIELO
[EMAIL PROTECTED]
www.cielo.ind.br
UIN 72941129
----- Original Message -----
From: "Gianfranco" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 07, 2002 5:59 AM
Subject: [PHP-WIN] php with apache2.00
> come si installa php come modulo su windows XP con server APACHE 2 ??
> gianfranco
>
> How to install php as module to windows XP with Apache 2 server??
> gianfranco
>
> ----- Original Message -----
> From: "brother" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, June 07, 2002 10:27 AM
> Subject: RE: [PHP-WIN] PHP with IIS
>
>
> > A standard IISserver does not support PHP, you have to install PHP by
your
> > self, if you still want to try if the server is capable of handling
> PHPfiles
> > but don't wanna check via ISM just put a PHP document with, for
instance,
> > the phpinfo() function.
> >
> > /brother
> >
> > > -----Original Message-----
> > > From: PHP [mailto:[EMAIL PROTECTED]]
> > >
> > > Hi all
> > >
> > > How I know my IIS is supporting PHP?
> > > And what have to do so that I can deploy my PHP pages at IIS?
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--- End Message ---