https://github.com/androidbeingx/php_pt1
A class project. It is a restaurant web applying what has been learned about php.
https://github.com/androidbeingx/php_pt1
files php session-management
Last synced: 7 months ago
JSON representation
A class project. It is a restaurant web applying what has been learned about php.
- Host: GitHub
- URL: https://github.com/androidbeingx/php_pt1
- Owner: Androidbeingx
- Created: 2022-11-18T12:08:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-19T16:04:38.000Z (over 3 years ago)
- Last Synced: 2025-02-14T10:57:14.115Z (about 1 year ago)
- Topics: files, php, session-management
- Language: PHP
- Homepage:
- Size: 850 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP_PT1
A class project. It is a restaurant web applying what has been learned about php.
## _Web instructions_
With php code this web works like a running restaurant.
It works with few txt simulating a database, so to run the web correctly it is covinient to run this code.
```sh
sudo chmod 777 files/*
```
## Features
- You can login and register.
- There are few tyes of users: visitor, registered, staff, admin.
- Every user have diffrent levels of acces to the web.
- The part of admin user and menus will be added in the future.
- Works with a sessions.
- The directory fn-php compiles every function that runs in the main section web.