IP Chapter 1
IP Chapter 1
comp482
Reference
programmer to programmer
Beginning PHP and MySQL from novice to
Skills that are often required: Skills that are often required:
• CGI • XHTML
• PHP • Javascript
• ASP • Java
• Perl • Dreamweaver
• Java Servlet, … • Flash
• SMIL, XML …
Fig 1
Mekonnen M. Ambo University 8
What is web application?
A web application is a website that contains pages
with partly or final content of a page.
The final content of a page is determined only
Essentially,
all web applications do pretty much the
same things:
Transmit User-Defined Query
Perform Server Side Processing
Transmit Query Results
Perform Client Side Processing
Fig 2
Mekonnen M. Ambo University 11
Figure 2 presents the typical interactions
between the client and the server in a traditional
web application, such as one that uses a user
registration form.
First, the user fills in the form’s fields, then
Static
A static website is one that has web pages stored
Setting up a Server
You can set up an HTTP server on an server machine
Using
Uploading Data
Fig 3
Mekonnen M. Ambo University 20