I want to learn PHP, but I can not even install it.
Thank you Dener. I downloaded the program at link Just choose the download and run version, after that it worked normal, I needed to do nothing else.
If you want to learn PHP, I suggest you do not waste time trying to install PHP and the Apache server manually, use a tool that is ready to go, so you focus on developing and learning the language.
Do not worry about installing manually, because when it will be used in a production environment, as it is about PHP, it is almost sure that will run on Linux, because the cost of the servers is more cheap and also because if it were to run with Windows you could use ASP.NET. Not that this is a rule, but that's what most of the market follows.
Here are two tools that I use and recommend, you do not need to have both, choose one and test.
It is basically the same thing as UwAmp, but it has some more tools and is more robust, it can run as a service in Windows.
It's worth noting that both are not recommended for a production environment, just test and development.
Many people installing WampServer are encountering an error when starting the application saying that the file MSVCR110.DLL
is missing.
This error, in fact, is caused by the lack of an indispensable library to run various Windows applications, and the solution to such a problem is very simple. Just download the Visual C ++ Redistributable Package and install.
The screen (as shown in the image below) will be displayed in which you need to choose the language (you can leave it in English as there is no translation for this package) and click DOWNLOAD .