Skip to content

It's a simple test of connecting with object-oriented PHP

License

Notifications You must be signed in to change notification settings

Fox-Coffee/Connecting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CONNECTING

Table of Contents

  1. Overview
  2. Installation
  3. Usage
  4. Dependencies
  5. Contributing
  6. License
  7. Note

Overview

This project is a simple web application that allows users to manage a database of people, including their first name, last name, date of birth, gender, and city of residence. Users can view the existing data in a table, add new records, and receive feedback on the success or failure of their data submissions.

Installation

  1. Clone the repository to your machine: git clone https://github.com/Fox-Coffee/Connecting.git
  2. Set up your database by executing the SQL script in schema.sql.
  3. Upload the files to the correct directory in your web server.
  4. Edit the config.php file to include your database credentials.
  5. Ensure that your web server is configured correctly to run PHP.

Usage

  1. Access the application through the web browser.
  2. View and interact with the records in the table.
  3. Use the form to add new records to the database.

Dependencies

  • PHP
  • MySQL
  • Web server (e.g., Apache, NGINX)
  • PDO extension for PHP

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

Note

Ensure that error reporting is enabled during development and disabled in production for security reasons.

Feel free to customize and extend the application based on your requirements.

About

It's a simple test of connecting with object-oriented PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published