This is a comprehensive learning project for SE212 Software Engineering course that demonstrates fundamental database operations using PHP and MySQL. The project covers all CRUD (Create, Read, Update, ...
This repository demonstrates a common error in PHP code: the use of deprecated mysql_* functions. These functions were removed in PHP 7.0+ and are no longer supported ...