1 PHP Pattadon Sintusak ID. 49541154. PHP Programmingintroduction2 Content History of PHP What’s PHP? Purpose of PHP Structure of PHP Language Reference.

Slides:



Advertisements
Similar presentations
PHP Hypertext Pre-Processor
Advertisements

Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 11: Advanced Web Technologies.
1 Database Driven Web Application Clients Application Servers including web servers Database Server Traditional client-server (2-tier architecture): client:
INTRODUCTION GROUP MEMBERS Abubakr Saeed : Khurram Ali Khan :
PHP: Hypertext Preprocessor Greg Lowe Rob White Brian Wright Mike Zywiec.
BY: ALBERTO CABEZAS 4/19/2010. INTRODUCTION: PHP is considered today as one of the most famous scripting languages. PHP is widely used as a general purpose.
PHP/ASP Robert Nelson & Will Vanlue BA370 November 4 th, 2005.
Learning Web development. 3(+1) Tier architecture PHP script Remote services Web Server (Apache, IIS) Browser (IE, FireFox, Opera) Desktop (PC or MAC)
Introduction to PHP. PHP Origins Rasmus LerdorfRasmus Lerdorf (born Greenland, ed Canada) PHP originally abbreviation for ‘Personal Home Pages’, now ‘PHP.
Intermediate PHP (1) Data Structures, Functions, Basic OO & Error Handling.
May 11, 2011 PHP Hypertext Preprocessor. What is the technology? ✤ Server side scripting and programming language. ✤ Can be embedded in HTML ✤ Free and.
By Brian Patterson & Amanda Perez. PHP was originally created to maintain his personal homepage, hence the name PHP. Development began in 1994 and was.
Scripting Languages and PHP. Origins Rasmus Lerdorf ‘Personal Home Pages’. Zeev Surashi and Andi Gutmans Open Source PHP version 4 Full information on.
1 CS428 Web Engineering Lecture 18 Introduction (PHP - I)
WHAT IS PHP PHP is an HTML-embedded scripting language primarily used for dynamic Web applications.
PHP By Dr. Syed Noman Hasany. PHP PHP was originally created by Rasmus Lerdorf in PHP stands for PHP: Hypertext Preprocessor (a recursive acronym).
PHP PHP: Hypertext Preprocessing Matt Murphy & Dublas Portillo.
PHP PHP: Hypertext Preprocessing. What is PHP? PHP is a server-side scripting language designed specifically for the Web. An open source language PHP.
PHP Workshop ‹#› PHP: The Basics. PHP Workshop ‹#› What is it? PHP is a scripting language commonly used on web servers. –Stands for “PHP: Hypertext Preprocessor”
Introduction to PHP. PHP PHP is the Hypertext Pre-processor –Script language –Embedded into HTML –Runs as Apache module –Can use DB (MySQL, Oracle, Microsoft.
UFCEKG-20-2 Data, Schemas & Applications Lecture 4 Server Side Scripting & PHP.
Powerpoint Templates Page 1 Powerpoint Templates Web Programming PHP MySql Ikbal Jamaludin.
What is PHP PHP (officially "PHP: Hypertext Preprocessor") is a server-side HTML-embedded scripting language –means that code does not need to be compiled.
PHP - Hypertext Preprocessor Yaron Benita De Paul University.
Copyright © Curt Hill PhP History and Introduction.
ITD 3194 Web Application Development Chapter 4: Web Programming Language.
Mandakini Ayushi Infotech Mandakini Kumari 22 nd July PHP Basic.

Languages in WEB Presented by: Jenisha Kshatriya BCM SS09.
PHP was created by Rasmus Lerdorf in It was initially server-side, traffic tracking script. PHP 2 (1995) Added database support, file uploads, regular.
IDK0040 Võrgurakendused I harjutus 06: PHP: Introduction Deniss Kumlander.
PHP Professor Waterman. Agenda What is PHP Versions HTML Dynamic Web sites Interactive Web Sites Installing PHP Transfer pages to a Web hosting service.
PHP PHP: Hypertext Preprocessing Preston Brinks and Sean McKenzie.
PHP TUTORIAL. HISTORY OF PHP  PHP as it's known today is actually the successor to a product named PHP/FI.  Created in 1994 by Rasmus Lerdorf, the very.
What is PHP? PHP (recursive acronym for "PHP: Hypertext Preprocessor") is a widely-used Open Source general- purpose scripting language that is especially.
Nael Alian Introduction to PHP
IST 210: PHP BASICS IST 210: Organization of Data IST210 1.
Technical Review - PHP Jang Jaeseok. Overview Introduction  What is PHP?  History of PHP  What can do with PHP?  Advantages of PHP PHP syntax.
Creating Dynamic Web Pages Using PHP and MySQL CS 320.
Introduction to PHP and MySQL Kirkwood Center for Continuing Education By Fred McClurg, © Copyright 2015, Fred McClurg, All Rights.
1Computer Sciences Department Princess Nourah bint Abdulrahman University.
Intro to PHP IST2101. Review: HTML & Tags 2IST210.
Introduction to PHP Advanced Database System Lab no.1.
What is PHP? PHP stands for PHP: Hypertext Preprocessor PHP is a server-side scripting language, like ASP PHP scripts are executed on the server PHP supports.
WEB DEVELOPMENT WITH PHP/MYSQL. WEB DEVELOPMENT COURSE HAS DIFFERENT NAME IN DIFFERENT INSITUTES, THIS IS A CORE COURSE FOR BS/MS STUDENTS. THIS IS ALSO.
Yasar Hussain Malik - NISTE. PHP Origins Rasmus Lerdorf PHP originally abbreviation for ‘Personal Home Pages’, now ‘PHP Hypertext Processor’ Other key.
ASP (Active Server Pages) by Bülent & Resul. Presentation Outline Introduction What is an ASP file? How does ASP work? What can ASP do? Differences Between.
CITA 310 Section 7 Installing and Testing a Programming Environment (Textbook Chapter 7)
PHP Introduction PHP is a server-side scripting language.
1Introduction to PHP 5 Presented by Brett Buddin.
8 th Semester, Batch 2009 Department Of Computer Science SSUET.
 Before you continue you should have a basic understanding of the following:  HTML  CSS  JavaScript.
1 PHP Intro PHP Introduction After this lecture, you should be able to: Know the fundamental concepts of Web Scripting Languages in general, PHP in particular.
Dr. Abdullah Almutairi Spring PHP is a server scripting language, and a powerful tool for making dynamic and interactive Web pages. PHP is a widely-used,
Web Page Designing With Dreamweaver MX\Session 1\1 of 9 Session 1 Introduction to PHP Hypertext Preprocessor - PHP.
IST 210: PHP Basics IST 210: Organization of Data IST2101.
By bscshelp.com 1.  It is a group assignment.  Complete Website design Using Html and Css.  Due date: 10 th December, 2014 (Hard Deadline) 2.
PHP stands for …….. “PHP Hypertext Pre-processor” and is a server-side scripting language like ASP. PHP scripts are executed on the server PHP supports.
PHP is a server scripting language, and a powerful tool for making dynamic and interactive Web pages. PHP is a widely-used, free, and efficient alternative.
1 Server Side scripting PHP. 2 What is PHP? PHP stands for PHP: Hypertext Preprocessor PHP is a server-side scripting language, like ASP PHP scripts are.
Introduction to PHP. PHP Origins Rasmus LerdorfRasmus Lerdorf (born Greenland, ed Canada) PHP originally abbreviation for ‘Personal Home Pages’, now ‘PHP.
Presented By Sushil K. Chaturvedi Assistant Professor SRCEM,Banmore 1.
Presenting By A-ONE INFOTECH.  A-one InfoTech is a professional web design company located in Chandigarh, India. We specialized in web design, web development,
PHP Basics and Syntax Lesson 3 ITBS2203 E-Commerce for IT.
Introduction to PHP and MySQL – Creating Database-Driven Websites
Introduction to PHP “PHP is a server-side scripting language designed specifically for the Web. Within an HTML page, you can embed PHP code that will be.
Introduction to PHP “PHP is a server-side scripting language designed specifically for the Web. Within an HTML page, you can embed PHP code that will be.
Skulbong Taisawapak ID:
What is Perl? PERL--Practical Extraction and Report Language
Introduction to PHP.
Presentation transcript:

1 PHP Pattadon Sintusak ID

PHP Programmingintroduction2 Content History of PHP What’s PHP? Purpose of PHP Structure of PHP Language Reference Different between PHP and ASP

PHP Programmingintroduction3 HISTORY of PHP PHP stands for “Professional Home Page” It’s first build in 1994 Developer is Mr.Rasmus Lerdorf Nowadays, PHP is the fourth version, The first version was known as Personal Homepage Tools in 1994 to 1995 The second was PHP/FI in middle of 1995 Version 3 was known as PHP3 firstly used in 1997

PHP Programmingintroduction4 Developers of PHP  Zeev Suraski, Israel  Andi Gutmans, Israel  Shane Caraveo, Florida USA  Stig Bakken, Norway  Andrey Zmievski, Nebraska USA  Sascha Schumann, Dortmund, Germany  Thies C. Arntzen, Hamburg, Germany  Jim Winstead, Los Angeles, USA  Rasmus Lerdorf, North Carolina, USA

PHP Programmingintroduction5 What’s PHP? It’s a Script language for showing webpage, arrange in Server Side Script group like ASP Insert in HTML for working Can compile in UNIX, Windows NT/2000/XP, Windows 9x High efficiency,especially when connect with Database such as MySQL, msSQL, Sybase and PostgreSQL etc.

PHP Programmingintroduction6 PHP can do !! CGI Database-enable web page Database Adabas D InterBase Solid DBase mSQLSybase Empress MySQLVelocis FilePro OracleUnix dbm Informix PostgreSQL

PHP Programmingintroduction7 Purpose of PHP Open source No cost implementation – PHP is free! Server side Crossable Platform HTML embedded Simple language Efficiency XML parsing Server side Database module File I/O Text processing Image processing

PHP Programmingintroduction8 Working of PHP Working on Server Working with HTML Can insert PHP commands as you want in HTML document Show output by Web Browsers

PHP Programmingintroduction9 Language structure of PHP XML style Example. <?php echo “Hello World ! ”; echo “I am PHP”; ?>

PHP Programmingintroduction10 Language structure of PHP(cont.) SGML style Example. <? echo “Hello World ! ”; echo “I am PHP”; ?>

PHP Programmingintroduction11 Language structure of PHP(cont.) Java Language style language command PHP Example. echo “Hello World”;

PHP Programmingintroduction12 Language structure of PHP(cont.) ASP Style Example. <% echo “Hello World ! ”; echo “I am PHP”; %>

PHP Programmingintroduction13 Language structure of PHP(cont.) XML style is the most popular style. Output is Hello World ! I am PHP Notice - Language structure is similar to C and Perl - use ( ; ) to end each command. File must save in.php (or php3)

PHP Programmingintroduction14 Language Reference Comments - similar to comment in C, C++ and Unix Example. <?php echo “Hello !”; // comment 1 line /* at least 2 lines */ echo “World”; # comment in shell-style ?>

PHP Programmingintroduction15 “Echo” command is a command for showing output at browser program format echo statement1 or variable1, statement2 or variable2, statement 3 or variable3, … statement is bestrided by double quote (“ “) or single quote (‘ ‘) Variable of PHP always begin with $ like Perl

PHP Programmingintroduction16 Example 1 intro.php Example –1

PHP Programmingintroduction17 Example 2 (date.php) Example –2 Today’s Date: Today's Date: Thursday March 10, 2003