0% found this document useful (0 votes)
62 views3 pages

Online Admission System

This document describes an online admission system that allows students to apply for courses online and administrators to manage the admission process. The system has two modules - one for users (students) and one for administrators. It is developed using PHP for the front end, MySQL for the back end, and can be accessed on Windows and Linux operating systems. The system aims to automate the admission process and make it easier to maintain student records compared to a manual paper-based system.

Uploaded by

shital
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
62 views3 pages

Online Admission System

This document describes an online admission system that allows students to apply for courses online and administrators to manage the admission process. The system has two modules - one for users (students) and one for administrators. It is developed using PHP for the front end, MySQL for the back end, and can be accessed on Windows and Linux operating systems. The system aims to automate the admission process and make it easier to maintain student records compared to a manual paper-based system.

Uploaded by

shital
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

1 Synopsis – ONLINE ADMISSION SYSTEM

ABSTRACT
Online Admission System is aimed at developing an online admission application for a college.
This system is an online system that can be accessed throughout the organization and outside as well
with proper login provided. Our system has two type of accessing modes, administrator and user. Student
management system is managed by an administrator. It is the job of the administrator to admit and monitor the
whole process. When a user log in to the system. He would only view details of the student. He can't perform
any changes .The system has two modules. They are
User
Administrator
Students logging is to apply for the course by filling an applycation form provided by online. College
principal/administrator logging in may also access/search information put up by the students.
.

INTRODUCTION
Problem Definition
As the strength of the students is increasing at a tremendous speed, manual maintenance of student
admission is very difficult. Hence, the need foronline admission is inevitable. In case of manual
system they need a lot of time, manpower etc.Here almost all work is computerized. So the accuracy is
maintained. Maintaining backup is very easy. It can do with in a few minutes.
.

SYSTEM REQUIREMENTS

HARDWARE CONFIGURATION

 System : Multimedia PC

 Processor : Pentium 4 or above

 Memory : 512MB RAM

 Hard Disk : 80GB or above


 Keyboard : 104 standards

 Monitor : SVGA

 Modem : Dial up/Broadband

SOFTWARE CONFIGURATION

 Front end : PHP,HTML,CSS,JavaScript

 Back end : MYSQL

 Operating System: Windows ,LINUX

CONCLUSION

This system, being the first We have created in PHP, has proven more difficult than originally
imagined. While it may sound simple to fill out a few forms and process the information, much more is
involved in the selection of applicants than this. Every time progress was made and features were
added, ideas for additional features or methods to improve the usability of the system made themselves
apparent. Furthermore, adding one feature meant that another required feature was now possible, and
balancing completing these required features with the ideas for improvement as well as remembering
everything that had to be done was a project in itself.
Debugging can sometimes be a relatively straight forward process, or rather finding out what
you must debug can be. Since so many parts of the admissions system are integrated into one another,
if an error occurs on one page, it may be a display error, for example; it may be the information is not
correctly read from the database; or even that the information is not correctly stored in the database
initially, and all three must be checked on each occasion. This slows down the process and can be
frustrating if the apparent cause of a problem is not obvious at first. Language used must besimple and
easy to understand and compatibility is paramount. If this system were not designed as an entirely web
based application, it would not have been possible torecreate its current state of portability.

You might also like