web page a page displayed by the browser. website collection of multiple web pages web browser: a...

16
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. Web Server: a powerful software to store ,manage and transport web page.

Upload: alberta-harmon

Post on 24-Dec-2015

217 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: 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

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.

Web Server:

a powerful software to store ,manage and transport web

page.

Page 2: 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

TYPES OF WEB PAGEStatic Page

Pages with fixed content.

Each page is coded in HTML and client side scripting

displays the same information to every visitor.

easiest to create.

do not require any Web programming or database design.

Dynamic Page

displays different content each time it's viewed.

the page may change with the time of day or user that

User interaction

Database connectivity

Personalization

HTML, Client Side Scripting + Server Side Script

Page 3: 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

Web Server

A Web server is a computer system that hosts websites. It runs Web server software, such as Apache or Microsoft IIS, which provides access to hosted web pages over the Internet.

Page 4: 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

CLIENT SIDE SCRIPTING

Page 5: 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

SERVER SIDE SCRIPTING

Page 6: 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

WHAT IS PHP?

P: PHP

H: Hypertext

P: Preprocessor

allows web developers to create dynamic content that interacts with databases.

Page 7: 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

PHP Development started in 1994, by Rasmus Lerdorf.

PHP originally abbreviation for ‘Personal Home Pages’, now ‘PHP Hypertext Preprocessor’

Open Source

server-side Scripting

PHP code executes on Server.

HTML-embedded scripting language

Cross-platform

Simpler and faster to develop applications

PHP is compatible with almost all servers used today (Apache, IIS, etc.)

PHP Support Many Databases like (Mysql ,SQL Server ,Oracle)

Page 8: 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

WHAT WE NEED FOR PHP ?

PHP Software

A Web Server (Apache , IIS)

An RDBMS (DATABASE Software) (MYSQL)

Page 9: 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

WHAT IS A WEB SERVER ?

Web server Is a Application which GenerateResponds upon client requests by providing resources.

Page 10: 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

ADVANTAGES OF PHP

Light-weight

Cross-platform compatible

Procedural / Object Oriented programming

Supports wide range of Databases

Supports wide variety of outputs

Open source

Page 11: 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

HOW TO INSTALL PHP ?

There Are Different Development Packages available for PHP.

Package:- collection Of Software's.These Are Some Development Packages:- XAMPP Server WAMP Server LAMP Server MAMP Server SAMP Server

Page 12: 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

WEB DEVELOPMENT PACKAGES

XAMPP (X Cross Platform)Provide APACHE , MYSQL , PHP , PERAL

WAMP (W Windows)Provide APACHE , MYSQL , PHP

LAMP (L LINUX)

MAMP (M Macintosh)

SAMP (S Sun Solaris)

Page 13: 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

APACHE

Apache is a Most Popular & Powerful Web Server.

It Provide Cross Platform Compatibility

Mostly PHP Developer Use Apace As a WEB SERVER

Page 14: 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

PHP was written in the C programming language by Rasmus

Lerdorf in 1994 for use in monitoring his online resume and

related personal information. For this reason, PHP originally

stood for "Personal Home Page“

PHP is called hypertext preprocessor because PHP libraries are

already compiled and processed.

when any person request any PHP page in browser address bar

that request first go to server for example Apache is running on

that server.

then server interpret PHP files and return back response in form

of HTML. That is the reason PHP is called hypertext preprocessor

Page 15: 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

Most software you use has been compiled. This means that its computer code has been put through an application that translates it into a form your computer can understand. After a program has been compiled, it's nearly impossible to modify it or see exactly how it was created.

Open source software includes the source code along with the compiled code. People who write open source software actually encourage others to customize it

.

Page 16: 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

Cross-platform software can run on most or all systems with little or no modification

Visit

http://php.net/

http://www.wampserver.com/en/