You are on page 1of 1

PHP

 Stands for PHP Hypertext Preprocessor


 PHP is a server-side scripting language designed primarily for web
development.
 PHP is designed to be embedded in html.
 PHP is a language behind 80% of the websites and is a code language for
WordPress, Joomla and Drupal.
 With PHP you can turn a static HTML page to a dynamic one, incorporate
live data and validate user’s presence.

HISTORY:
 Originally created by Rasmus Lerdorf in1994,
 PHP originally stood for Personal Home Page,

USES OF PHP:
 Process and email contact forms
 Upload files from online forms
 Generate thumbnails from larger images
 Water images
 Read and write files
 Date and time calculation
 Change content depending on the date and time
 Communicating with database

CONCEPTS:
 Variable
 Arrays
 Arithmetic Operations
 Conditional Statement
 Loops
 Functions
 Classes

You might also like