I would like to be able to change all items that show up after completing a search. My specific problem deals with changing user ID numbers. I would like to give users the ability to change their ID. Some of the previous posts have indicated that there is an easy way to do this using FileMaker rather than PHP.
Well, you could probably call a script in Fm that does this - but I would think PHP is a better place to do it...
You would use a foreach loop on the next page that changes to IDs for each found record from the first page.