Questions about installing and using PHP

Asked

Viewed 21 times

0

Good night

How can I make the language work PHP, and which version to choose?

S.O Windowns 10, for local use.

  • 1

    Look for the shaman....

1 answer

1


In order to use PHP on your machine locally, you must install an environment that plays the role of server for your project. Packages like WAMP or XAMPP are the most common to be used for this scenario.

I particularly use and like XAMPP more but WAMP is also very good. In them you will have all the tools you need initially for programming using the PHP language.

However, I recommend that you do research on how to create your projects with these tools. Some basic settings may be necessary for you to enjoy a perfect use.

Here at this link How to use XAMPP to create a local server, you can find an example of the basic tutorial of using XAMPP.

About the version I believe will depend more on your need. If you don’t have a specific reason, try using the latest version of the technology you will use.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.