PHP is a scripting language which is run on server-side designed for web development but also used as a general-purpose programming language. It is created by Rasmus Lerdorf in 1994, the PHP reference implementation is now produced by The PHP Development Team. PHP originally stood for Personal Home Page, but it now stands for the recursive acronym PHP: Hypertext Preprocessor.

PHP code may also be  embedded into HTML, or it can be used in combination with various web template systems. PHP code is usually processed by a PHP interpreter implemented as a module in the web server or as a Common Gateway Interface (CGI) executable. The web server combines the results of the interpreted and executed PHP code, which may be any type of data, including images, with the generated web page. PHP code may also be executed with a command-line interface (CLI) and can be used to implement standalone graphical applications.


1.  echo command.

2. Variables

3.Arrays
4.Operators.
5. Functions
6.GET & POST Commands
7.Loop.
8. if-else statment.
include function
Require Function
Sql_Connection with PHP


0 comments:

Post a Comment

 
Top