0
How can I install php in my win8.1?
3 odpowiedzi
+ 2
You can download and install XAMPP in your Win 8.1. Run it and start writing PHP code from htdocs folder in XAMPP installation folder. XAMPP contains apache, PHP, phpmyadmin, etc. It works as local server for running your web locally.
+ 2
Like the message from above,but when you open xampp open its control panel and activate Apache and SQL .Aditionally, when you want to make a php file go to the htdocs folder and thats where its done..
0
thanks bruh!