Posts

How to write simple PHP Script

Image
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

What is PHP?

What is PHP? PHP is a server side scripting language. The name PHP stands For  Personal Home Page( Hypertext Preprocessor).  that is used to develop Static websites or Dynamic websites or Web applications. PHP stands for Hypertext Pre-processor, that earlier stood for Personal Home Pages