Jump to content

PHP Configuration


Recommended Posts

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

Link to comment
https://forums.phpfreaks.com/topic/83327-php-configuration/#findComment-423926
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.