I lack the knowledge to do so myself, so I am looking for someone to help me out here.
I currently need a script that will search a MySQL database for very specific names (such as, if I tell it to do something like Happy Lesson it will only find Happy Lesson, it won't find things like Happy World or Happy Lessons) and generate an html list with all of the results and a little checkbox for each one so I can choose which ones to delete, to ensure I only delete the necessary ones.
It would be nice if there was a Check All type button as well. It would need to print out in alphabetical order (well, not mandatory, but useful) and it has to be easy to add more names to search for.
I don't mean a search engine, but a script I go into the php coding itself and add and remove the names as necessary, so I can make it do large amounts at one time.
If you want, you can make it store the names in a MySQL table and read them from there, and give me a sort of admin area that would list them so I could remove them that way as well.
Thank you ahead of time, and I hope this can be finished somewhat quickly, I need it fairly soon.
If you have any questions, just ask.