0% found this document useful (0 votes)
2 views2 pages

School Website

The document describes a website developed for St Joseph University of Tanzania, aimed at helping beginner programmers learn PHP/MySQLi. It features a content management system allowing dynamic updates on various pages, including admissions and programs, with both admin and public functionalities. Instructions for setting up the website locally using XAMPP/WAMP and accessing the admin panel are also provided.

Uploaded by

Richmond Yuoni
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)
2 views2 pages

School Website

The document describes a website developed for St Joseph University of Tanzania, aimed at helping beginner programmers learn PHP/MySQLi. It features a content management system allowing dynamic updates on various pages, including admissions and programs, with both admin and public functionalities. Instructions for setting up the website locally using XAMPP/WAMP and accessing the admin panel are also provided.

Uploaded by

Richmond Yuoni
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/ 2

This website is for the St Joseph University of Tanzania.

I just wanted to share this to


help other programmers especially the beginners who wanted to learn how to develop
a website using PHP/MySQLi.
This College Website was developed using PHP, MySQL Database, HTML, and
CSS. This project is a content management system with an online application for a
certain school which means the content of the website is dynamic and can be easily
updated on the admin side. This project has many contents categories that are relevant
to the school website.

Features/Pages
Admin Side

 Update Contents for the ff pages/panel:


o Home
o Admission
o Program
o Exams
o Campus
o About
o Contact
o News and Events
o Entry Requirements
o and many more.
 Application List
 Users Management

Public

 Submit Application
 Explore and Read the Contents of the pages of the website.

How to Run
Requirements

 Download and Install any local web server that can run PHP Script
like XAMPP/WAMP.
 You will need a text editor such as notepad++ or sublime for modification of the
scripts.

Setting up
 Download and Extract the source code zip file. (download button is located
below)
 For XAMPP/WAMP, open the XAMPP/WAMP's Control Panel and start
"Apache" and "MySQL".
 If you are using XAMPP, Copy and Paste the extracted folder to
xampp's "htdocs" folder. For wamp, paste the folder inside the "www" folder.
 Locate the SQL file inside the source code folder, the file is known as "fieldatc".
 Open the PHPMyAdmin in a browser (http://localhost/phpmyadmin) and
create a new database naming "fieldatc".
 Import the SQL file in your newly created database.
 Open a web browser and browse "http://localhost/fieldatc".

Admin Access
Admin name: florian
Password: fieldatc

You might also like