+ 1
About Hypertext Preprocessor.
Can i run PHP on my default browser? If yes, how? If i don't how can i run it ? Please help me.
2 odpowiedzi
+ 4
Since PHP is a server-side language, you’ll have to install PHP on your machine then you’ll have to turn it into a LAN server. Then, clients (or the server itself) can view the output of the PHP file.
+ 1
You need to download PHP from php.net/download, add a new path environment variable and open a PHP server. You may also need to port forward your router and add an inbound rule to your firewall so people around the world can access your website.