Skip to content

Soccer management system πŸ†πŸ₯…πŸ“ built with PHP, manage teams & players with ease, track your progress.

License

Notifications You must be signed in to change notification settings

watchakorn-18k/php-project-final-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Soccer Management System

A PHP-based application for managing soccer teams and players.

Features

  • Add teams and players to the system
  • View a list of all teams and players

Requirements

  • PHP 5.3 or higher
  • MariaDB database
  • Nginx

you can download WinNMP.wtriple.com/ [windows only]

Database

The application uses a MySQL database named db_soccer with the following tables:

  • tblpersonalsoccer (per_id, per_name, national, position, team_id)
  • tblteam (team_id, team_name)

Installation

  1. Clone the repository
  2. Import the database file to MySQL
mysql -u [username] -p [password] < db_soccer.sql
  1. Edit the connect.php file with your database credentials
$host = "localhost";
$username = "root";
$password = "";
$dbname = "db_soccer";
  1. Place the project in the web server's document root or set up a virtual host

Usage

  1. Access the application in your web browser
http://localhost/soccer-management-system
  1. Use the navigation menu to add, view, edit, and delete teams and players.

Contribution

If you would like to contribute to this project, please fork the repository and create a pull request with your changes.

License

This project is licensed under the MIT License.

About

Soccer management system πŸ†πŸ₯…πŸ“ built with PHP, manage teams & players with ease, track your progress.

Topics

Resources

License

Stars

Watchers

Forks

Languages