Hi
I'm having probs: installing PHP4,
I downloaded the zip file and unzipped to a folder called' php' on
my E drive.
In php (on E) I copied a file called 'php4ts.dill' to WINDOWS/SYSTEM,
I also copied all the files in the dlls subdir to WINDOWS/SYSTEM.
In php (on E) I copied a file called 'php.ini-dist' to WINDOWS(not system)
I renamed this file to 'php.ini', in this file I added "E:\php\extensions"
to extension_dir (extension_dir = "E:\php\extensions").
I also removed the " ; " from extension=php_gd.dll in php.ini
I made a file called php4.reg with this code:
REGEDIT4
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w3svc\parameters\Script Map]
".php"="E:\php\sapi\php4isapi.dll"
I rebooted
made a file called phpinfo.php
with this code:
<?php phpinfo();?>
and saved it in 'E:\Inetpub\wwwroot\forum\php'
When I tryed to view phpinfo.php all I saw in the browser was the php code '<?php phpinfo();?>'
Can anyone help me please.....
:mad: