Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!)
- Host: GitHub
- URL: https://github.com/alphax86/php-pro
- Owner: alphaX86
- License: mit
- Created: 2020-03-28T07:10:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-19T02:54:10.000Z (about 4 years ago)
- Last Synced: 2024-11-10T03:45:00.572Z (2 months ago)
- Topics: css, hacktoberfest, html, mysql, php, xampp, xampp-htdocs
- Language: PHP
- Homepage:
- Size: 853 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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