Test 1
Test 1
compose them into visible or audible web pages. The browser does not
display the HTML tags, but uses the tags to interpret the content of the page.
INTRODUCTION TO PHP
PHP is a simple yet powerful language designed for creating HTML content. This
chapter covers essential background on the PHP language. It describes the nature and history of
PHP, which platforms it runs on, and how to configure it. This chapter ends by showing you PHP
in action, with a quick walkthrough of several PHP programs that illustrate common tasks, such
as processing form data, interacting with a database, and creating graphics.
Server-side scripting
PHPwas originally designed to create dynamic web content, and it is
still best suited for that task. To generate HTML, you need the PHP parser
and a web server through which to send the coded documents. PHP has also
become popular for generating XML documents, graphics, Flash animations,
PDF files, and so much more.
Command-line scripting
PHPcan run scripts from the command line, much like Perl, awk, or the
Unix shell.You might use the command-line scripts for system administration
tasks, such as backup and log parsing; even some CRON job type scripts can
be done this way (nonvisual PHP tasks).
CHAPTER 3
SYSTEM DESIGN AND DEVELOPMENT
The System Design Specification(SDS) is a complete document that
contains all the information needed to develop the system.
Student
Admin
STAFF MODULE
The functionalities of Staff are
1. The Staff should login into the system with unique her/his username
and password.
2. If the user name and password are valid then he can gain access to
the system.
3. Staff views students Personal details.
4. Staff views his/her own Personal details.
5. Staff updates his/her Personal details.
6. Staff views attendance of students.9
7. Staff views Results of students.
8. Staff views Schedules.
The Staff can do the following actions
1. Login
2. Staff Actions
1. views personal details