A form which allows users to translate phrases from English to another language, written in HTML, CSS and PHP.
The form page returns (sub-)phrases already in the database if it finds them in the text you entered, although this only works if the sub-phrases themselves exist in the database.
Note that Spanish is the only other language a user may translate to, and the system does not check if the translation is correct. Other languages can be supported.
This form was completed as part of a job recruitment process for a Graduate Engineer role in April 2022, which I later got.
NOTE: To get this to work, download the files to a folder and open the index file in a web browser while running a server such as XAMPP (and start the Apache and MySQL modules). For more info, see https://code.tutsplus.com/tutorials/how-to-run-a-php-file--cms-34769