I'm wondering how I would go about making a search function for a MySQL database.
Say I have this hierarchy:
DB
-Table1
-Row1
-Row2
-Row3
-Row4
-Row5
I want to be able to organize by each row, search by each row, list all, and list specific ones from a keyword. Any help in getting started would be appreciated, Thanks!