A Breif Introduction to PHP

Download as
 PPT
Presentation Description 

The slides gives breif introduction of PHP, a simple PHP program is  More

Views: 2170
Like it  ( Likes) Dislike it  ( Dislikes)
Added: September 11, 2008 This Presentation is Public 
Presentation Category : Education All Rights Reserved
Presentation Statistics
Views on authorSTREAM: 2144 | Views from Embeds: 26
- 1 views

Others - 25 views
Presentation Transcript

A brief Introduction to PHP :A brief Introduction to PHP Nitin RakeshLecturer-CSE/IT Dept.Jaypee University of Information Technology


PHP :PHP PHP: Hypertext Preprocessor. Server-side scripting languages for creating dynamic Web pages. Platform-independent (implementations exist for all major UNIX, Linux, and Windows operating systems). Also supports a large number of DB’s including MySQL. PHP was written specifically for interacting with the Web. PHP code is embedded directly into XHTML document. PHP script file names usually ends with .php PHP always can be downloaded from www.php.net/downloads.php


Simple PHP Program :Simple PHP Program A Simple PHP document Welcome to PHP, !