Skulbong Taisawapak ID:

Slides:



Advertisements
Similar presentations
PHP I.
Advertisements

Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 11: Advanced Web Technologies.
PHP for Server-Side Preprocessing Chapter 08. Overview and Objectives Present a brief history of the PHP language Discuss how PHP fits into the overall.
INTRODUCTION GROUP MEMBERS Abubakr Saeed : Khurram Ali Khan :
Software Freedom Day th September 2007 Asia Pacific Institute of Information Technology Colombo, Sri Lanka. Nazly Ahmed Scripting The Web.
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.
Outline IS400: Development of Business Applications on the Internet Fall 2004 Instructor: Dr. Boris Jukic Server Side Web Technologies: Part 2.
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.
© 2006 by Yossi Leon, PHP IDE Project Leader; made available under the EPL v1.0 | 12/10/2006 New & Noteworthy Project Update: PHP IDE Presented By: Yossi.
PHP PHP: Hypertext Preprocessing. What is PHP? PHP is a server-side scripting language designed specifically for the Web. An open source language PHP.
Web Page A page displayed by the browser. Website Collection of multiple web pages Web Browser: A software that displays web pages on client computer.
The PHP Story. PHP Story PHP is a programming language. Incorporate(join) sophisticated business logic. Widely used general purpose scripting language.
Sys Prog & Scripting - HW Univ1 Systems Programming & Scripting Lecture 15: PHP Introduction.
PHP: Hypertext Processor Fred Durao
Intro to PHP Introduction to server-side scripts (It’s all good :D) © TAFE NSW
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.
Internet Applications Notes for Chapter 19 Digital Domain, 2 ed.
ITD 3194 Web Application Development Chapter 4: Web Programming Language.
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.
PHP With Oracle 11g XE By Shyam Gurram Eastern Illinois University.
PHP and MySQL by Example COMP YL Professor Mattos.
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.
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.
RUBRIC IP1 Ruben Botero Web Design III. The different approaches to accessing data in a database through client-side scripting languages. – On the client.
1 CSC 301 Web Programming Charles Frank. PHP – Stands for:  Personal Home Page (originally),  PHP: Hypertext Preprocessor (now; follows GNU’s recursive.
Interactive Web Tehcnologies Teppo Räisänen LIIKE/OAMK 2011.
Business 54 - Introduction to eCommerce Spring C4 - February 20, 2008.
1Introduction to PHP 5 Presented by Brett Buddin.
PHP OVERVIEW. C ONTENT Introduction of PHP History and development Basics of PHP programming.
1 PHP Pattadon Sintusak ID PHP Programmingintroduction2 Content History of PHP What’s PHP? Purpose of PHP Structure of PHP Language Reference.
 Before you continue you should have a basic understanding of the following:  HTML  CSS  JavaScript.
PHP Training With Live SSDN Technologies SSDN Technologies To request free demo session please mail us at or call us at
Presented By Sushil K. Chaturvedi Assistant Professor SRCEM,Banmore 1.
Doktorant ė : Egl ė Mickevi č i ū t ė Software development technologies KAUNO TECHNOLOGIJOS UNIVERSITETAS INFORMACIJOS SISTEM Ų KATEDA Kaunas, 2013.
PHP Training With Live Project Sigma SEO Solutions To request free demo session please mail us at or call us at
PHP Programming Language. PHP is a server-side scripting language designed for web development but also used as a general- purpose programming language.
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 Assignment Help BookMyEssay. What is PHP PHP is a scripting language generally used on web servers. It is an open source language and embedded code.
PHP using MySQL Database for Web Development (part II)
Introduction to PHP and MySQL – Creating Database-Driven Websites
CSC 301 Web Programming Charles Frank.
And Why You Should Use It In You 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.
Pemrograman V (PHP) “Introduction”
PHP Web Development Company India
PHP PHP PHP STAND FOR HYPERTEXT PRE-PROCESSOR. PHP PHP PHP STAND FOR HYPERTEXT PRE-PROCESSOR.
PHP / MySQL Introduction
BASIC PHP and MYSQL Edward S. Flores.
Web page a hypertext document connected to the World Wide Web.
7 Best Programming Languages Based as per Earnings & Opportunities
MAJOR PROJECT PPT ON B-TOGETHER A Social Networking Site.
Database Driven Websites
Information system Management
Information system Management
Intro to PHP.
Tutorial 6 PHP & MySQL Li Xu
Introduction to World Wide Web
Introduction to PHP.
Client-Server Model: Requesting a Web Page
Hypertext Preprocessor
Web Application Development Using PHP
Presentation transcript:

Skulbong Taisawapak ID:48540843 PHP Language Skulbong Taisawapak ID:48540843

When was the language first designed or implemented? In 1994 By Rasmus Lerdorf, PHP was written in the C programming.

What were the goals and purpose of this language? for use in monitoring his online resume and related personal information. For this reason, PHP originally stood for "Personal Home Page". Lerdorf combined PHP with his own Form Interpreter, releasing the combination publicly as PHP/FI (generally referred to as PHP 2.0) on June 8, 1995.anguage

What kind of problem domain was it intended for? PHP can do anything any other CGI program can do, such as collect form data, generate dynamic page content, or send and receive cookies.

Who were the envisioned users? Webmaster Administrator developer

Who designed the language ? Rasmus Lerdorf design PHP/FI for use in monitoring his online resume and related personal information. For this reason, PHP originally stood for "Personal Home Page". Zeev Suraski and Andi Gutmans, rebuilt PHP's core, releasing the updated result as PHP/FI 2 in 1997. The acronym was formally changed to PHP: HyperText Preprocessor, at this time. (This is an example of a recursive acronym: where the acronym itself is in its own definition.) In 1998, PHP 3 was released, which was the first widely used version.

What are some main features or distinctive features of the language? server-side HTML-embedded scripting language

What contribution(s) did the language make to the field of computer languages? PHP is its support for a wide range of databases. Writing a database-enabled web page is incredibly simple

How successful was the language?

How widely is the language used today? Open Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.

Examples public $result; function Add (Numbers $numbers)​{ $this->__construct($numbers); } function __construct(Numbers $numbers)​{ if ($numbers->numCount > 0)​{ for ($i=0;$i<$numbers->numCount;$i++)​{ $this->result = $this->result + $numbers->number[$i]- >number; $this->result = sprintf(PREC,$this->result); return $this->result; $this->result = $numbers->number;