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.

Slides:



Advertisements
Similar presentations
IS 6116 Introduction – 10 Jan Lecturer Details Aonghus Sugrue Website: aonghussugrue.wordpress.com
Advertisements

PHP I.
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.
ASP Tutorial. What is ASP? ASP (Active Server Pages) is a Microsoft technology that enables you to make dynamic and interactive web pages. –ASP usually.
What is it? –Large Web sites that support commercial use cannot be written by hand What you’re going to learn –How a Web server and a database can be used.
Creating WordPress Websites. Creating a site on your computer Local server Local WordPress installation Setting Up Dreamweaver.
Outline IS400: Development of Business Applications on the Internet Fall 2004 Instructor: Dr. Boris Jukic Server Side Web Technologies: Part 2.
Dynamic Web site With PHP and MySQL. MySQL The combination of MySQL database and PHP scripting language is optimum for building dynamic websites. MySQL.
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).
8/17/2015CS346 PHP1 Module 1 Introduction to PHP.
SYST Web Technologies SYST Web Technologies Installing a Web Server (XAMPP)
PHP and MySQL Week#1  Course Plan.  Introduction to Dynamic Web Content.  Setting Up Development Server Eng. Mohamed Ahmed Black 1.
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.
Intro to PHP Introduction to server-side scripts (It’s all good :D) © TAFE NSW
INTRODUCTION TO WEB DATABASE PROGRAMMING
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.
Server- Side technologies Client-side vs. Server-side scripts PHP basic ASP.NET basic ColdFusion.
Introduction to ASP.NET. Prehistory of ASP.NET Original Internet – text based WWW – static graphical content  HTML (client-side) Need for interactive.
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
IDK0040 Võrgurakendused I harjutus 06: PHP: Introduction Deniss Kumlander.
About Dynamic Sites (Front End / Back End Implementations) by Janssen & Associates Affordable Website Solutions for Individuals and Small Businesses.
PHP Professor Waterman. Agenda What is PHP Versions HTML Dynamic Web sites Interactive Web Sites Installing PHP Transfer pages to a Web hosting service.
Pradeep Tallogu Deepak Avanna Sharath Madathil
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.
PHP With Oracle 11g XE By Shyam Gurram Eastern Illinois University.
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
IST 210: PHP BASICS IST 210: Organization of Data IST210 1.
Universiti Utara Malaysia Chapter 3 Introduction to ASP.NET 3.5.
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 Design (1) Terminology. Coding ‘languages’ (1) HTML - Hypertext Markup Language - describes the content of a web page CSS - Cascading Style Sheets.
Intro to PHP IST2101. Review: HTML & Tags 2IST210.
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.
1 CSC 301 Web Programming Charles Frank. PHP – Stands for:  Personal Home Page (originally),  PHP: Hypertext Preprocessor (now; follows GNU’s recursive.
NASRULLAH KHAN.  Lecturer : Nasrullah   Website :
PHP Introduction PHP is a server-side scripting language.
An Investigation into using a Document Management System Presented by: Bijal RanaSupervisor: John Ebden.
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.
Web Page Designing With Dreamweaver MX\Session 1\1 of 9 Session 1 Introduction to PHP Hypertext Preprocessor - PHP.
XAMPP.
CGS 3066: Web Programming and Design Spring 2016 Introduction to Server-Side Programming.
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.
Class02 Introduction to web development concepts MIS 3501, Spring 2016 Jeremy Shafer Department of MIS Fox School of Business Temple University 1/14/2016.
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.
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.
1 Chapter 1 INTRODUCTION TO WEB. 2 Objectives In this chapter, you will: Become familiar with the architecture of the World Wide Web Learn about communication.
PHP Basics and Syntax Lesson 3 ITBS2203 E-Commerce for IT.
PHP using MySQL Database for Web Development (part II)
CGS 3066: Web Programming and Design Spring 2017
CSC 301 Web Programming Charles Frank.
Warm Handshake with Websites, Servers and Web Servers:
Pemrograman V (PHP) “Introduction”
Developing Web-Based Applications
Ben Dahlin LCSC Technology Development Coordinator
PHP / MySQL Introduction
Database Driven Websites
Skulbong Taisawapak ID:
Information system Management
PHP and Forms.
IntroductionToPHP Static vs. Dynamic websites
Intro to PHP.
Introduction to PHP.
Web Servers (IIS and Apache)
Web Application Development Using PHP
XAMPP.
Presentation transcript:

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.

TYPES OF WEB PAGE Static 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

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.

CLIENT SIDE SCRIPTING

SERVER SIDE SCRIPTING

WHAT IS PHP? P: PHP H: Hypertext P: Preprocessor allows web developers to create dynamic content that interacts with databases.

PHP Development started in 1994, by Rasmus Lerdorf. PHP originally abbreviation for ‘Personal Home Pages’, now ‘PHP Hypertext Preprocessor’Personal Home Pages 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)

WHAT WE NEED FOR PHP ? PHP Software A Web Server (Apache, IIS) An RDBMS (DATABASE Software) (MYSQL)

WHAT IS A WEB SERVER ? Web server Is a Application which Generate Responds upon client requests by providing resources.

ADVANTAGES OF PHP Light-weight Cross-platform compatible Procedural / Object Oriented programming Supports wide range of Databases Supports wide variety of outputs Open source

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

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)

APACHE Apache is a Most Popular & Powerful Web Server. It Provide Cross Platform Compatibility Mostly PHP Developer Use Apace As a WEB SERVER

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“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

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.means Open source software includes the source code along with the compiled code. People who write open source software actually encourage others to customize it.

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