Download all the files of the project
Description of project files:
- database-script.sql
- SQL script to create the database of the application.
- db.php
- Connect and select the database.
- exit.php
- Log out from the private area of the application.
- index.php
- Main page of the application.
- login.php
- Login form: username and password.
- login_action.php
- Login check.
- private.php
- Main page of the private area of the application.
- register.php
- Register form to create a new user of the application.
- register_action.php
- Insert new user into the database.
- search.php
- Search form.
- search_full_result.php
- Show full search result if the user is logged in.
- search_result.php
- Search result.
- validate.php
- Check if the user is logged in.
- src/footer.php
- Footer of the web page, with
</body></html>
. - src/header.php
- Header of the web, with
<html><body>
. - src/mainmenu.php
- List with main menu of the website.