Project Description
I need a small, self-contained PHP/MySQL solution that lets visitors flag suspicious links through a public form. The form should collect three fields—URL suspecte, Description du problème, and Adresse e-mail de l'utilisateur—and, by design, it does not have to perform either client-side or server-side validation.
Each submission must be stored in a MySQL table and immediately trigger an e-mail notification to me so I know a new report has arrived. On the back end I want a password-protected admin page where I can browse all reports in a clean table view and delete any entry with a single click.
Please build it with plain PHP (no framework), PDO or mysqli for database calls, and simple Bootstrap or minimal CSS for basic styling. The deliverables should include:
• SQL script to create the table
• All PHP files for the public form, mail dispatch, and admin interface
• Brief read-me explaining setup steps (database credentials, mail settings, admin login)
Once the files are in place on my server and the e-mail alert works, I will consider the project complete.