Enter your Sign-on user name and password.

Forgot password?
  • Follow us on:
Loading video...

Start Learning Now

Our free lessons will get you started (Flash® 10 required).
Get immediate access to our entire library.

Sign up for Educator.com

Features Overview

  • Get on-demand access to our complete library
  • Search and jump to exactly what you need to learn
  • Track your progress
  • Download practice and lesson files
  • *Ask questions and get answers from our community & instructors

How PHP & The Web Work

  • A client is a resource or service requester that makes a request to a server to obtain a resource or have a service performed.
  • A server is a resource or service provider that either provides a requested resource to a client or performs a requested service for the client.
  • HTTP , or the Hypertext Transfer Protocol, is the set of communication rules that defines how web browsers and webservers interact on the Internet.
  • Uniform Resource Locators, or URLs , are used on the Internet to specify the location of a desired resource along with the means of retrieving it.
  • PHP is a server-side scripting language that gives a webserver the ability to run executable code each time a web client requests a particular resource.
  • PHP executable code can be intermingled with HTML markup.

How PHP & The Web Work

Lecture Slides are screen-captured images of important points in the lecture. Students can download and print out these lecture slide images to do practice problems as well as take notes while watching the lecture.

Computer Science: Introduction to PHP