Download presentation
Presentation is loading. Please wait.
Published byAlbert Johnson Modified over 8 years ago
1
Web Server Architecture/Hosting Capstone Project2 Name-ASFAQUE KHAN Regno-10802705
2
Contents ● Introduction ● Sequence Diagram ● Flow chart ● Design and coding
3
Introduction ● Web server can refer to either the hardware (the computer) or the software (the computer application) that helps to deliver content that can be accessed through the Internet. ● The most common use of web servers is to host web sites but there are other uses like data storage or for running enterprise applications.
4
Introduction(contd) ● The primary function of a web server is to deliver web pages on the request to clients. ● This means delivery of HTML documents and any additional content that may be included by a document, such as images, style sheets and scripts. ● Web servers are not always used for serving the world wide web.
5
Introduction(contd.) ●1●1
6
Sequence Diagram ●2●2
7
Flow chart ●3●3
8
Flow chart(contd.) ●3●3
9
Design and coding ● User interface
10
View login ● <?php require("sheader.php"); ?>
11
View login(contd.) ● <?php
12
View login(contd.) ●2●2
13
User home ● <?php require("uheader.php"); ?> Hosting Dashboard
14
User home(contd.) ●
15
User login(contd.) ●
16
User home(contd.) ●2●2
17
View Domain ● ?php require("uheader.php"); ?> Search Domains
18
View Domain(contd.) ● if($dname!="") { $q = "select * from domains where dname='$dname'"; $data = mysql_query($q); $rnum = mysql_num_rows($data);
19
View Domain(contd.) ●w●w
20
Thank you
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.