1 / 4

CSC 3084: Web Development and Programming

CSC 3084: Web Development and Programming. Chapter 1: Introduction to Web Development and PHP. Chapter Overview. By the end of this chapter, you should be able to: Deploy a PHP application on your own computer. Describe the components of a client-server architecture.

trista
Télécharger la présentation

CSC 3084: Web Development and Programming

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CSC 3084:Web Development and Programming Chapter 1: Introduction to Web Development and PHP

  2. Chapter Overview • By the end of this chapter, you should be able to: • Deploy a PHP application on your own computer. • Describe the components of a client-server architecture. • Distinguish between the way a web server processes static web pages and dynamic web pages. • Explain what these software components do as a web application runs: Apache, PHP, Firefox, and MySQL. • Describe the way a PHP application is deployed on your own computer or on an Internet server. • Describe the components of an HTTP URL.

  3. PHP Processing

  4. PHP Application Example • Start your local webserver • See PHP Textbook Files/book_apps/ch01_product_discount/ • Let’s take a quick look at the source code to get the flavor of PHP scripting • The web page is written in XHTML because the book is a little dated (2010) • If you attempt to view the source in the web browser, you will see only HTML code, because that is all the web server transmits to the web browser

More Related