php-windows | 2002071
Date: 07/02/02
- Next message: Alex Elderson: "[PHP-WIN] Downloading files?"
- Previous message: Tracker 1: "Re: [PHP-WIN] Followed install.txt... and NOTHING"
- Next in thread: Chris Earle: "Re: [PHP-WIN] Followed install.txt... and NOTHING"
- Reply: Chris Earle: "Re: [PHP-WIN] Followed install.txt... and NOTHING"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
make sure these lines are in your httpd.conf file in the conf dir of apache
LoadModule php4_module c:/php/sapi/php4apache.dll
AddType application/x-httpd-php .php4 .php .htm .php3 .inc
AddType application/x-httpd-php-source .phps
also make sure you have copied the php.ini file to you windows dir... ( if you can't see that file there will be a file called php.ini.dist or something like that and copy that there an rename it to php.ini)
and it should work.
-----Original Message-----
From: savnc <email protected> [mailto:savnc <email protected>]
Sent: Tuesday, 2 July 2002 2:10 PM
To: Peter
Subject: Re: [PHP-WIN] Followed install.txt... and NOTHING
I get no messages... its as if the PHP scripting wasnt present!
----- Original Message -----
From: "Peter" <php <email protected>>
Newsgroups: php.windows
To: "news.per.connect.net.au" <savnc <email protected>>;
<>
Sent: Tuesday, July 02, 2002 12:14 PM
Subject: RE: [PHP-WIN] Followed install.txt... and NOTHING
> wot messages do you have coming up on your browser?
>
>
> -----Original Message-----
> From: news.per.connect.net.au [mailto:savnc <email protected>]
> Sent: Tuesday, 2 July 2002 1:40 PM
> To: php-windows <email protected>
> Subject: [PHP-WIN] Followed install.txt... and NOTHING
>
>
> I am using Windows XP Professional version 2002.
>
> I have followed the instructions of install.txt that came with the zipped
> package at
> http://www.php.net/do_download.php?download_file=php-4.2.1-Win32.zip a
> number of times and I get no output when I try to write PHP files. For
> example, a simple <?PHP phpinfo();?> tag will display a blank page on my
> browser. I have tried running it through Apache version 1.3.24 (I must
> admit I don't really know what I'm doing or what this all means). All I
> want to do is start using the PHP language with MySQL eventually. Are
there
> simpler ways to configure this? I'm stuck!
>
> Thanks :o)
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
- Next message: Alex Elderson: "[PHP-WIN] Downloading files?"
- Previous message: Tracker 1: "Re: [PHP-WIN] Followed install.txt... and NOTHING"
- Next in thread: Chris Earle: "Re: [PHP-WIN] Followed install.txt... and NOTHING"
- Reply: Chris Earle: "Re: [PHP-WIN] Followed install.txt... and NOTHING"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

