How To Run PHP On LocalHost

          PHP (Hypertext Preprocessor) is one of the majorly used server side scripting languages. PHP provides many features and allows us to build dynamic web pages. As PHP is server side scripting language, it is difficult to build directly by hosting the files in a paid server. It will be good to build PHP webpages in the localhost with the help of an application which is capable of executing PHP. The possibility to run PHP in localhost is by installing PHP compiler from php.net in your local computer which is a difficult task. There is another method to make PHP run on your local machine’s. It’s by installing an application called XAMPP.

          Installing XAMPP is as easier as clicking a button. XAMPP provides both PHP & MYSQL servers.

          You can download XAMPP application from here. If any queries about installing and executing PHP files, feel free to ask in the comments section.

Leave a Reply

Your email address will not be published. Required fields are marked *