Sample PHP Script(hello Word) In order To run Your Php Script You Need to Install Xampp. Installation link will be published Soon Open Notepad Or any Text Editor example Notepad++ Create New File Using The file extinction .PHP Now type the following Code <?php echo "Hello World!" ; ?> Run Xampp server Open any browser Type the following Location http://localhost/your_project_foldername/your File.Php
Comments
Post a Comment