Hello,
I've got a MySQL db which contain addresses. I also made a script to easily add new entries to the db with a number of columns.
Now, I do know how to make a script to display what's in the db... But I would like to know how to make a script to not only display what's in the db, but also how to modify it when being displayed.
So let's say I want to display what's in the db. So I need to select what I am looking for. So let's say all entries that have the same country. Then, I want to walk through them. Meaning, I am viewing one entry (with all of the fields) and then I can modify all of the fields while viewing. When done, I need to click on next, which automatically saves the changes. Then, the next entry will be displayed. Untill there are no more and a message is shown, or I'll be redirected to the search page.
That is the idea, but can anyone help me out or at least point me in the right direction?
Thank you very much!!
Yunie