First Program in PHP

Hi..!!
 This tutorial is about that, how to get start with php?
You need xampp server to run php script file on web browser as i previously has said php web browser doesn't support php. So, we need an Apache server to run our php script if you have download the xampp and has already installed inside your Computer. then make sure to start the apache and mysql services.
intphp.blogspot.com
Now, Open your notepad, notepad++ or any IDE witch you are using and Write some php code given below.
PHP Code:
  1. <?php 
  2. echo "PHP Programming";
  3. ?>
And save with index.php inside xampp root directory. root directory can be htdocs if you are using xampp otherwise www will the root directory. Now open your web browser and write localhost/index.php and hit enter. you will see in your web browser like given below:

php,free,php,training,tutorial php, how to write php code, codding, programming c++,java,php,database,mysqli,mysql,oop,object oriented, hamidj3
intphp.blogspot.com