Chapter 1: Web Application Basics
Basic Web System
Fundamental of web system
Document Identification - URL
http://www.utusan.com.my/index.html
HTTP
A typical request line is
GET /path/to/file/index.html HTTP/1.0
HTTP
Typical status lines are:
HTTP/1.0 200 OK
or
HTTP/1.0 404 Not found
URL- Domain Names
What is this?
Fundamental of HTML
Do you want to try it?
HTML elements
Tag Attributes
The Anchor Tag and the Href Attribute
HTML Forms and Input
Examples: text fields
Example: password fields
Forms
Form: Input
Form: Radio Buttons
Form: Checkboxes
Form: Action Attribute and the Submit Button
Web applications
Dynamic Client
Dynamic Client
Dynamic Server
Dynamic Server
Dynamic Server
Dynamic Content
Data Storage
MS-SQL
HTTP communication – Main Focus
We will focusing Apache as Web server, PHP as the parser and MySQL as data storage
Chapter 1: Review