Monday, April 28, 2014

PHP Tutorial Seven : Indentation of PHP Code


Last tutorial we know "How to  Create index.php File and Write PHP Code ".  This tutorial we will  know what is indentation and how to use it in php code. We see this code :

Sunday, April 27, 2014

PHP Tutorial Six : Create index.php File and Write PHP Code


Latest tutorial we know how to write php code. Now we will know create index.php file and write some php code.
First we open our text editor software. Take a new document. Write this code :

Saturday, April 26, 2014

PHP Tutorial Five : Write PHP Code


Last tutorial we know "How to create a php file". Now we will know how to write php code. Now we open our firstfile.php in text editor. Generally in html file we write this code :

Friday, April 25, 2014

PHP Tutorial Four :Create a First PHP File


Last tutorial we know how to install xampp in our computer. Now we create a php file and write php code. First we will go to our browser. Write in address bar "localhost" and press enter. We see xampp information in our browser.