Install PHP, MySQL and Apache on Windows
If you want to Install PHP, MySQL and Apache on Windows but find installing them individually a really time consuming job (which sure it is) then you may want to give a look at XAMPP.
XAMPP is one click installation package which install all PHP, MySQL and Apache (including firezilla too) so you never have to install all of them individually and to connect them.. There is also no hussle of starting/closing services like apache or mysql as there is XAMPP control panel which takes care of this. So to start any service, you can do it from Xampp control panel. Not only this, XAMPP also provide you feature of switching php version of 4 and 5 so you can test your application in both php 4 and php 5.
You can know more about XAMPP here and can download it from the same page too (chose windows option and installer). For any problem, they also have very handy FAQ page.
Related posts:
- Port 80 Busy | How to start Apache on XAMPP and WAMP While using XAMPP or WAMP, many people get this error...
- Apache Crashing due to Excessive Memory usage - Sites not loading Problem If your on a shared host or on VPS and...
- Get MySQL ODBC Driver MySQL provides standards based ODBC drivers for all programmers to...
- Restart Apache Automatically after Crash Script Apache on my server was crashing regularly due to lack...
- Import Export Mysql Dump Files Most of the host keeps 2 MB or 5 MB...
1Arvind on Mar 9, 2009 :
Hi, I just checked XAMPP and can you tell me should i install the installer or the zip version as the size of zip version is almost twice of installer, is it having additional features ?
2admin on Mar 9, 2009 :
No, just install from the installer. I haven’t checked the XAMPP zip pack but for windows, installer should do the job for you
3JC on Mar 14, 2009 :
What is the difference between XAMPP and WAMP ?