+ 2
How do i make php into my browser.Could i turn my pc into server
can I make PHP codes run in my browser
4 Answers
+ 2
yes
. download php
. open the terminal
. move to the directory of your index.php
. type "php -S localhost:8000"
. type "localhost:8000" as url in your browser
+ 2
Download XAMPP(Apache, MySQL, PHP, Perl)
0
thanks bro