John01 Posted January 26, 2016 Share Posted January 26, 2016 Hi Complete newbie to PHP. What do I need to install on a Win 7 pc to start dev and debug PHP web apps? Thanks Regards Quote Link to comment https://forums.phpfreaks.com/topic/300666-starting-with-php/ Share on other sites More sharing options...
m_tyhurst2002 Posted January 26, 2016 Share Posted January 26, 2016 (edited) You'll probably want to start with a local development server like WAMP or EasyPHP Devserver. http://www.wampserver.com/en/ http://www.easyphp.org/easyphp-devserver.php You will need to turn on error_reporting, display_errors, log_errors, ect. in the php.ini file for debugging. Good luck! Edited January 26, 2016 by m_tyhurst2002 Quote Link to comment https://forums.phpfreaks.com/topic/300666-starting-with-php/#findComment-1530448 Share on other sites More sharing options...
QuickOldCar Posted January 27, 2016 Share Posted January 27, 2016 You can also install virtualbox and something like ubuntu server Since is local can also make it a functional linux desktop by installing a gui, I use kubuntu sudo apt-get install kubuntu-desktop Quote Link to comment https://forums.phpfreaks.com/topic/300666-starting-with-php/#findComment-1530466 Share on other sites More sharing options...
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.