Hi everyone.
I want to install PHP on my pc running Windows 98 so i won't have to upload my files to my server to test them.But I don't know where to download it,and what to look for when downloading it(they have a lot of categories).I want a simple set up program that wud install it for me on my computer and i won't have to do anything else.What should i do?
installing PHP on a pc running windows 98
anyone?
Ok firstly you need Apache installed you should get Apache 1.3
Secondly there is a PHP .exe file that you can download [http://www.php.net/get/php-4.3.6-installer.exe/from/a/mirror]
From there you will need to open the httpd.conf file located in the conf folder where you installed Apache and add the following
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php .phtml
Action application/x-httpd-php "/php/php.exe"
Change the c:/php/
To the directory where PHP has been installed
Also find the DocumentIndex and add index.php at the end of the list
Restart the server
Hello
I am new to PHP so first I want to install the php into my machine
I have installed winxp in my machine.
so plz tell me whether the setting you have mentioned above are also for winxp or some other. I am wandering for many days plz help me
Thanks in advance
Yeah, those settings are for all flavours of windows
Hi
I am trying to install Apache so far but I could n't understand the procedure of installing Apache.
I have installed IIS 5.1 on WinXP. How can I use this with PHP?
Thanks