Simple Database Searching Website

Database Website

Written in PHP, this project was created to test my ability to write in PHP, query a MySQL database, and to practice good coding to prevent SQL injections (hopefully I have achieved this?).

At any rate, it includes a registration form, which allows you to create an account to search the database for any song, album, or musician.
Be advised however, the database is not completely populated and may not return results you are looking for.

It employs REGEX for searching, simple I know, and I am looking into making the search function a bit more advanced which will deliver better and closer results
(ie: corrections for misspellings).

If you’re interested, just check the website out here