falkencreative Posted December 21, 2008 Report Posted December 21, 2008 Just thought I would mention this, since it's possible that members who are just getting started with PHP will find this helpful... Need to work with PHP and MySQL without the hassle of constantly uploading files to your web hosting? Perhaps you want to install Wordpress or another CMS on your local machine? Installing the Apache server, PHP, MySQL and PHPMyAdmin separately can be a pain, and sometimes requires troubleshooting to get everything working. If you are looking for an automated installer that simplifies the process into a couple easy steps, check out WAMP (for Windows users) and MAMP (for Mac users). WAMP: http://www.wampserver.com/en/ Screencast showing installation: http://idea22.com/vi...708285941765250 (part 1) and http://idea22.com/vi...082810695178710 (part 2) MAMP: http://www.mamp.info/en/index.php Screencast showing installation: http://www.falkencreative.com/resources.php One final note: XAMMP (http://www.apachefri...g/en/xampp.html) is an alternative to WAMP, but in general, it seems that people tend to have more trouble getting it up and running. If you have trouble working with WAMP or MAMP, please start a new topic in the PHP forum -- don't add your question to this thread. Thanks! Quote
Erikvail Posted October 26, 2018 Report Posted October 26, 2018 AMPPS is an easy alternative to use nowadays , all in one LAMP/MAMP/WAMP software stack from Softaculous, which enables Apache, MySQL, and PHP. While it isn't suited for production purposes, it comes in handy for quickly kicking the development environment. See http://www.ampps.com/ for more details. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.