Mykill Posted December 27, 2007 Share Posted December 27, 2007 hi.... i'm new here and just starting studying PHP. I want to know if I need to install any third party software before I can start my PHP project with database? by the way,I'm using dreamweaver.... anybody could help me....thanks...... Quote Link to comment Share on other sites More sharing options...
PFMaBiSmAd Posted December 27, 2007 Share Posted December 27, 2007 To run php and mysql locally on your development computer, you need a web server (Apache is best to use with php), the php language engine, and mysql. You can install each piece individually, if you want to lean the details (which actually helps, because you will be aware of things like where the php.ini file is and what it is for...) or you can install an all-in-one package (which often comes with other add-on applications.) Probably the most common all-in-one is by apache friends - http://www.apachefriends.org/en/index.html Quote Link to comment 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.