Good evening
How can I make the language PHP
work, and which version to choose?
S.O Windowns 10, for local use.
Good evening
How can I make the language PHP
work, and which version to choose?
S.O Windowns 10, for local use.
In order for you to use PHP on your machine locally, you must install an environment that plays the role of your project server. Packages such as WAMP or XAMPP are the most common to use for this scenario.
I particularly use and enjoy XAMPP but WAMP is also very good. In them you will have all the tools you will need initially for programming using the PHP language.
However, I recommend that you do a search on how to create your projects with these tools. Some basic settings may be required so that you can enjoy perfect use.
Here at this link How to use XAMPP to create a local server , you will find an example of XAMPP basics tutorial.
On the version I believe it will depend more on your need. If you have no specific reason, try to use the latest version of the technology you are going to use.