Search Engine
A search engine that searches a database for the keyword or phrase the user inputs and displays the results in a useful format
HTML
CSS
PHP
MySQL
Home Page
User Inputs the keyword they wish to search the MySQL database for here. A MySQL query is then executed by PHP searching the database using techniques such as wildcards for the keyword the user inputs.
Result Page
After the MySQL database is searched for all matching keywords similar to the one the user entered. The results are displayed here in a useful format, giving the user the option to select what they were looking for.
Detailed Result Page
When the user decides which option they wish to view in detail and selects it they will be redirected to this page where they can view what they selected in detail.