What is the best web-server for PHP, without instalations to show your scripts running to others guys? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

What is the best web-server for PHP, without instalations to show your scripts running to others guys?

6th Oct 2017, 3:56 PM
JaMi
JaMi - avatar
5 Answers
+ 19
You can use Open Server.
6th Oct 2017, 4:05 PM
Igor Makarsky
Igor Makarsky - avatar
+ 8
Thanks to all. I try repl.it and Open Server. SoloLearn does not support global arrays.
6th Oct 2017, 4:43 PM
JaMi
JaMi - avatar
+ 5
You can use many local host server such as :- >>> xampp server >>> wamp server and much more
6th Oct 2017, 4:15 PM
Vansh
Vansh - avatar
+ 2
Um, what do you mean? PHP script can't run without interpreter. For web service use Apache (an old school style) or nginx. If you want to start PHP locally, you need to run PHP's interpreter itself (installation is required). If you want sites where you can write a script and watch it go - sololearn's playground or http://repl.it //Edit To install PHP interpreter on Windows, download it from http://php.net To install it on Linux, use your package manager (dpkg for Debian, pacman for ArchLinux, etc.)
6th Oct 2017, 4:01 PM
Freezemage
Freezemage - avatar
+ 2
I prefer XAMPP. https://www.apachefriends.org Most of programs like 'xampp' have installation process. But this process in most cases make a folder on your hard drive with all nesessary programs (mysql, php etc).
8th Oct 2017, 9:45 AM
alex
alex - avatar