Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alphax86/php-pro

This is a PHP site in response to COVID-19 (This is just a demo though!)
https://github.com/alphax86/php-pro

css hacktoberfest html mysql php xampp xampp-htdocs

Last synced: 9 days ago
JSON representation

This is a PHP site in response to COVID-19 (This is just a demo though!)

Awesome Lists containing this project

README

        

# PHP-PRO
This repo contains all the required codes for my Mini Project on PHP and MySQL

__Note: To run the PHP pages, one must install any Apache Server and Database to work with. Here, I've used XAMPP as my local web host server__

__PHP Version used: 7__

For XAMPP, please download and put these files in the __htdocs__ folder. (File path: __C:\\xampp\htdocs__)

## Project Description:
My mini project is basically a health service management site. This site provides enough necessary info about health to the client. This site also has a form which integrates with MySQL and stores on it. And yes, no direct contact of user is required for DB creation!!

The site also contains provision of ADMIN privilege to view the entries of Database.

__ADMIN Login:__

__Username:*admin*__

__Password:*1234*__

__WARNING: ATLEAST ONE COMPLETE FORM ENTRY IS REQUIRED TO ACCESS THE ADMIN PAGE. ELSE, ERROR OCCURS!!__

__For personal reasons, this PHP application runs only on localhost (ie., within a PC) and it's not ready for global hosting!!!__

## Resources and References used:

__(c)2020,WHO__

__(c)2020,UNO__

__(c)2020,Google__

__XAMPP [Download](https://www.apachefriends.org/index.html)__

__(c)2020,Oracle DB__

## Download Tutorial:

For downloading this repo, you must have XAMPP first. Then, click **Download** on right-side of the repo. Copy all files (except workflows folder, LICENSE, README.md) to the file path __C:\\xampp\htdocs\ (for Windows only).__

Then, in XAMPP, start the Apache and MySQL. Finally run the site using the address __localhost/Home.php__

If you need further instructions, they're mentioned in the doc file **ITEx.docx**

(c)2020,echo-864