Hi,
I have installed PHP 5.3.1 :
VC9 x86 Non Thread Safe (2009-Nov-19 09:53:39)
I'm install it to use it with IIS 5.1 Windows XP
But I don't know what to do next?
I installed it to the default Directory in the install wizard:
C:\ProgramFiles
But I realy don't know what should I do next to start PHP programming? I found three .exe files if I should use them to compile my .php files which one should I use and how to deploy them in this way?
installed PHP 5.3.1
Moderator: General Moderators
Re: installed PHP 5.3.1
Thank you for your respond...
In their website (php.net) I didn't read any thing about requiring wampserver ?!
Re: installed PHP 5.3.1
If you want to install PHP by hand the documentation is here. http://www.php.net/manual/en/install.windows.php
From the wamp site:
From the wamp site:
WampServer 2.0i [07/11/09]
Includes :
- Apache 2.2.11
- MySQL 5.1.36
- PHP 5.3.0
Re: installed PHP 5.3.1
Personally, I'd just recommend installing Ubuntu Linux on a spare computer.
and reboot, and you're ready to go.
Code: Select all
sudo apt-get install apache2 php5 mysql