Thursday, 12 June 2014

PHP Tutorial

Filled under:

Post By: Hanan Mannan
Contact Number: Pak (+92)-321-59-95-634
-------------------------------------------------------

PHP Tutorial



The PHP Hypertext Preprocessor (PHP) is a programming language that allows web developers to create dynamic content that interacts with databases.
PHP is basically used for developing web based software applications. 
This tutorial helps you to build your base with PHP. 

                                                      Audience:

This tutorial is designed for PHP programmers who are completely unaware of PHP concepts but they have basic understanding on computer programming.

                                                     Prerequisites:

Before proceeding with this tutorial you should have at least basic understanding of computer programming, Internet, Database, and MySQL etc is very helpful.

Execute PHP Script 

<html><head><title>Online PHP Script Execution</title></head><body><?php   echo "<h1>Hello, PHP!</h1>";?></body></html>
_________________________________________________________________
This is the file you can use to provide input to your program and later on open it inside your program to process the input.
_________________________________________________________________

0 comments: