Greetings everyone,
Well, since joining this site, my work with PHP has definately taken off and I thank everyone's contributions to my question.
I have a new one!
I am looking for a free script that can read in the fields for a table (already created) and generate a search page that can be used to retrieve data and manipulate the data as desired. There will be others who will be assisting in the future to make additions/changes/etc and I want something that is straight forward and will not confuse them.
I could always code it by hand, but with the number of tables and fields that I would be working with, it would take quite a long time. Also, it is important that when records are retrieved based on the selection of the search criteria, I would like to be able to update multiple records at once. This is for a membership database that I am working on, and I don't want to have to go and edit each record for when we receive payment.
Any tips, scripts, or pointers that you can provide would be greatly appreciated.