Skip to content

JCaris94/Portifolio---Hotel-Page-with-SQL

Repository files navigation

PHP Page with Registration and SQL

This repository demonstrates the creation of a web page using PHP, HTML, CSS, and SQL. The project includes a functional registration page and utilizes a database to store user information.

Project Objective

The primary goal of this project is to showcase how to build a structured PHP page with a user registration system and SQL database integration. This project can be used as an example in a portfolio to demonstrate skills in web development and database management.

Technologies Used

  • PHP: For server-side logic and data manipulation.
  • HTML: For the web page structure.
  • CSS: For page design and styling.
  • SQL: For creating and managing the database.

Features

  • Registration Page: Allows users to register by providing information such as name, email, and password.
  • Data Storage: Utilizes an SQL database to store and retrieve user information.
  • Data Validation: Includes input validation to ensure data integrity and security.

Project Structure

  1. index.php: Main page of the site.
  2. register.php: Page for registering new users.
  3. style.css: Stylesheet for the web page.
  4. database.sql: SQL script for setting up the database structure.

Setup Instructions

  1. Database Setup:

    • Import the database.sql file to create the necessary database structure.
  2. PHP Environment Setup:

    • Ensure PHP and a web server (such as Apache) are installed and configured on your machine.
  3. Running the Project:

    • Place the PHP and CSS files in your web server's directory.
    • Access index.php through your browser to view the page.

Contributing

If you wish to contribute to the project, please follow these steps:

  1. Fork the repository.
  2. Create a branch for your changes.
  3. Make your modifications and test them.
  4. Submit a pull request with a clear description of the changes.

License

This project is licensed under the MIT License.


For more information, feel free to contact or open an issue on the repository. Thank you for checking out the project!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published