Ticker

6/recent/ticker-posts

Online Admission System in PHP

 



  1. Online Admission System in PHP : - The system enables the student to fill application forms online and submit it. They also submit their necessary documents like passport size photograph, certificates and marksheets along with the identity proof.
  2. Online Admission System in PHP : - The Manager can view the application forms and can approve or disapprove them. He can submit the CUEE marks of the students.
  3. Online Admission System in PHP : - If it is approved, an email will be sent to the Student’s email ID and the admit card can be downloaded from the student’s account. The students can further view their results.
  4. Online Admission System in PHP :- This system helps in reducing the manual efforts and consumes less time.

OBJECTIVE

  1. Online Admission System in PHP :-  To reduce the processing time and acquire more accurate information.
  2. Online Admission System in PHP :- To ensure reliability.
  3. Online Admission System in PHP :- Generate Student’s Academic Detail Report
  4.  Online Admission System in PHP :- Generate Student’s Personal Detail Report along with the necessary documents.
  5. Online Admission System in PHP : - Database maintained by this system usually contains the student’s personal and academic related information. It focuses
  6. Online Admission System in PHP : - on storing and processing data by using web pages.
  7. Online Admission System in PHP : - Online Admission System in PHP : - To make the system more user friendly.

Brief overview of the technology:

Front end: HTML, CSS, JavaScript

  1. HTML: HTML is used to create and save web document. E.g. Notepad/Notepad++
  2. CSS : (Cascading Style Sheets) Create attractive Layout
  3. Bootstrap : responsive design mobile freindly site
  4. JavaScript: it is a programming language, commonly use with web browsers.

Back end: PHP, MySQL

  1. PHP: Hypertext Preprocessor (PHP) is a technology that allows software developers to create dynamically generated web pages, in HTML, XML, or other document types, as per client request. PHP is open source software.
  2. MySQL: MySql is a database, widely used for accessing querying, updating, and managing data in databases.

 

Software Requirement(any one)

  • WAMP Server
  • XAMPP Server
  • MAMP Server
  • LAMP Server

Installation Steps

1. Download zip file and Unzip file on your local server.
2. Put this file inside "c:/wamp/www/" .
3. Database Configuration
Open phpmyadmin
Create Database named oas.
Import database oas.sql from downloaded folder(inside database)
4. Open Your browser put inside "http://localhost/folder name/"

Download  Here