PHP Features. Features Clean syntax. Object-oriented fundamentals. An extensible architecture that encourages innovation. Support for both current and.

Slides:



Advertisements
Similar presentations
Adding scalability to legacy PHP web applications Overview Mario A. Valdez-Ramirez.
Advertisements

Java.  Java is an object-oriented programming language.  Java is important to us because Android programming uses Java.  However, Java is much more.
Software Freedom Day th September 2007 Asia Pacific Institute of Information Technology Colombo, Sri Lanka. Nazly Ahmed Scripting The Web.
1 Rhode Island Transportation Information System. (RITIS) Spring, 2000.
PHP CSCE 330 February 6, 2003 Group Members: Antwan B. Phan George Hwang Luat Vu Programming Language Presentation.
Microsoft.Net Technology Sachin Shetty Vimal Amin Thomas Mullasaril Vinutna Pulavarti Software Engineering CS616 Instructor:Dr.Tappert.
Learning Web development. 3(+1) Tier architecture PHP script Remote services Web Server (Apache, IIS) Browser (IE, FireFox, Opera) Desktop (PC or MAC)
B.Sc. Multimedia ComputingMedia Technologies Database Technologies.
Interpret Application Specifications
1 CS6320 – Why Servlets? L. Grewe 2 What is a Servlet? Servlets are Java programs that can be run dynamically from a Web Server Servlets are Java programs.
PHP Scripting Language. Introduction “PHP” is an acronym for “PHP: Hypertext Preprocessor.” It is an interpreted, server-side scripting language. Originally.
Computing Fundamentals Objective 2 Software. IC3-GS3 Computing Fundamentals-Domain 2 2 Objectives Understand the steps involved in software development.
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. 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.
Python Introduction.
The PHP Story. PHP Story PHP is a programming language. Incorporate(join) sophisticated business logic. Widely used general purpose scripting language.
1 Web Database Processing. Web Database Applications Static Report Publishing a report is prepared from a database application and exported to HTML DB.
PHP - Hypertext Preprocessor Yaron Benita De Paul University.
Architecture Of ASP.NET. What is ASP?  Server-side scripting technology.  Files containing HTML and scripting code.  Access via HTTP requests.  Scripting.

Joel Bapaga on Web Design Strategies Technologies Commercial Value.
Open Source: It's Already Here Dave Cross Magnum Solutions Ltd
MySQL GUI Administration Tools Rob Donahue Manager, Distributed Systems Development May 7th, 2001 Rob Donahue Manager, Distributed Systems Development.
Ling Guo Feb 15, 2010 Database(RDBMS) Software Review Oracle RDBMS (Oracle Cooperation) 4()6 Oracle 10g Express version DB2 (IBM) IBM DB2 Express-C SQL.
PHP Data Object (PDO) Khaled Al-Sham’aa. What is PDO? PDO is a PHP extension to formalise PHP's database connections by creating a uniform interface.
What is QTP ► QTP stands QuickTest Professional ► It is an automated testing tool provided by HP/Mercury Interactive ► QTP integrates with other Mercury.
DB Libraries: An Alternative to DBMS By Matt Stegman November 22, 2005.
PHP PHP: Hypertext Preprocessing Preston Brinks and Sean McKenzie.
COLD FUSION Deepak Sethi. What is it…. Cold fusion is a complete web application server mainly used for developing e-business applications. It allows.
PHP With Oracle 11g XE By Shyam Gurram Eastern Illinois University.
Fundamentals of Database Chapter 7 Database Technologies.
BLU-ICE and the Distributed Control System Constraints for Software Development Strategies Timothy M. McPhillips Stanford Synchrotron Radiation Laboratory.
MySQL™: The Open Source Database for Mission-Critical, Heavy Load Applications Kaj Arnö, VP Training, MySQL AB Stuttgart, Germany Belgrad, Serbia.
Team Members Team Members Tim Geiger Joe Hunsaker Kevin Kocher David May Advisor Dr. Juliet Hurtig November 8, 2001.
1Computer Sciences Department Princess Nourah bint Abdulrahman University.
PHP ( PHP: Hypertext Preprocessor)PHP ( PHP: Hypertext Preprocessor) Much of its syntax is borrowed from C, Java, and Perl.Much of its syntax is borrowed.
Introduction to PHP Advanced Database System Lab no.1.
Active Server Pages (ASP), also known as Classic ASP or ASP Classic, was Microsoft's first server-side script engine for dynamically generated web pages.
Applying the Open Source development model ● Technologies ● Open Source? ● Drawbacks of Open Source ● Advantages of Open Source ● System outline.
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.
PHP Workshop ‹#› PHP Data Object (PDO). PHP Workshop ‹#› What is PDO? PDO is a PHP extension to formalise PHP's database connections by creating a uniform.
PHP Workshop ‹#› أطلق إبداعك 2 أطلق إبداعك 2 مدرس معتمد من مركز زووم PHP Data Object (PDO)
Web Technologies Lecture 8 Server side web. Client Side vs. Server Side Web Client-side code executes on the end-user's computer, usually within a web.
PHP Introduction PHP is a server-side scripting language.
8 th Semester, Batch 2009 Department Of Computer Science SSUET.
Scripting Nick Ackmann. Which language do I need? Who is maintaining the site? What are their skills and resources? Who is hosting? What scripting tools.
XAMPP.
CGS 3066: Web Programming and Design Spring 2016 Introduction to Server-Side Programming.
 Project Team: Suzana Vaserman David Fleish Moran Zafir Tzvika Stein  Academic adviser: Dr. Mayer Goldberg  Technical adviser: Mr. Guy Wiener.
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.
Bucharest, 23 February 2005 CHM PTK technologies Adriana Baciu Finsiel Romania.
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.
Presented By Sushil K. Chaturvedi Assistant Professor SRCEM,Banmore 1.
The Basics of Android App Development Sankarshan Mridha Satadal Sengupta.
Introduction to PHP and MySQL – Creating Database-Driven Websites
Python Programming Unit -1.
Netscape Application Server
Platform as a Service.
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.
PHP / MySQL Introduction
Database Software.
IntroductionToPHP Static vs. Dynamic websites
Intro to PHP.
FEATURES OF PYTHON.
UFCEUS-20-2 Web Programming
Presentation transcript:

PHP Features

Features Clean syntax. Object-oriented fundamentals. An extensible architecture that encourages innovation. Support for both current and upcoming(future) technologies and protocols. Excellent database integration.

Simplicity PHP uses a regular and logical syntax, Because it comes with a clearly written manual. It is easy to learn. Within a few hours, We’ll have learned the basics and will be confident. PHP can even access C libraries. It allows programmers to complete specific tasks.

Portability A program can work on different platforms. It is an important factor. Cross-platform development has been an important design goal of PHP since PHP 3.0. PHP is available for a wide variety of platforms, including UNIX, Microsoft Windows, Mac OS, and OS/2.

PHP code is interpreted and not compiled. PHP scripts written on one platform. It works on any other platform for which an interpreter exists. Developers can code on Windows and deploy on UNIX without any major difficulties.

Speed PHP scripts run faster than most other scripting languages. When PHP 4.0 was first released, it raised the performance bar with its completely new parsing engine. PHP 5.0 improves performance through the use of an optimized memory manager, and the use of object.

Open Source Its source code is freely available on the Web. Developers can install and use it without paying licensing fees. And they are not investing in expensive hardware or software. PHP reduce the development costs of a software application, without compromising on either reliability or performance.

The open-source approach ensures(confirms) faster bug fixes. And It uses for quicker integration of new technologies into the core language.

Extensible PHP’s creators built an extensible architecture. It enables(allows) developers to easily add support for new technologies to the language through modular extensions. This extensibility provide PHP fresh and always at the critical edge of new technology. There is an online repository of free PHP classes called PEAR(PHP Extension and Application Repository).

PEAR provides a source of reusable, bug-free PHP components.

XML and Database Support Web application sources is written from an XML file or a database, PHP has eligible to run that applications. PHP 5.0 comes with an improved MySQL extension. It enables us to take advantage of new features in the MySQL, RDBMS (including sub queries, transactions, and referential integrity). It supports DB2, PostgreSQL, Oracle, mSQL, MS- SQL, Informix, Sybase, and SQLite.