php project final 2023
1.0.0
A PHP-based application for managing soccer teams and players.
you can download WinNMP.wtriple.com/ [windows only]
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)mysql -u [username] -p [password] < db_soccer.sql
connect.php file with your database credentials$host = "localhost";
$username = "root";
$password = "";
$dbname = "db_soccer";http://localhost/soccer-management-system
If you would like to contribute to this project, please fork the repository and create a pull request with your changes.
This project is licensed under the MIT License.