RE: [PHP-WINDOWS] Re: Help! Win98 - Apache - PHP3 From: Darvin Andrioli (darvin.andrioli <email protected>)
Date: 06/26/00

Hi Firman,

Does php works ? Put "<? phpinfo() ?>" inside a file named test.php3, and then, from command line, run php test.php3, if should show the phpinfo text

Do you get some usefull information from the apache log?If so, let me know.

Bye

Darvin Andrioli

-----Original Message-----
From: Firman Sugiharto [SMTP:firmans <email protected>]
Sent: Saturday, June 24, 2000 5:50 AM
To: php-windows <email protected>
Subject: [PHP-WINDOWS] Re: Help! Win98 - Apache - PHP3

> Did you copy your php3.ini to c:\windows ?
> And what about the quotes in the "Action" line?
First of all, thanks for the reply.
I have copied php3.ini to c:\windows and added the quotes in the Action
line. I restarted my Apache server and tried to execute the following
http://localhost/info.php3 file. My browser (IE 5) just showed blank screen.

<html>
<head>
<title>PHPInfo</title>
</head>
<body>
<?
  phpinfo();
?>
</body>
</html>

FYI, I checked in the HKEY_CLASSES_ROOT registry and the extension .php3 is
not there. Extension .php is there but it's a "PMWEasyPrints Type." Not a
PHP type. Could this be the source of error?
I installed my PHP from PC Magazin 4/2000 (German Edition) CD

Firman

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-windows-unsubscribe <email protected>
For additional commands, e-mail: php-windows-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>

-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-windows-unsubscribe <email protected> For additional commands, e-mail: php-windows-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>