Hello
I have a complexe question about a database manipulation.
The situation:
I have a little "administrator" search engine, i can search for some people or location. I have a little form where i can choose several options for the search (generally drop list) exemple, one for region, one for country... that not important...
I do a search, and have a list of result, at the moment, no problem. I click on the first of the result list and this open a detailed web page of the element/person/location whatever for edition. I have a Next and Previous button on the bottom to move to the next record.
This is pretty simple if i don'T modify data.
The problem:
Suppose i change and option exemple, the country option, and by search was based on country, the "new search result" should not be the same due to the data i have modified.
The Question:
How can i move with my next and previous button correctly even if i change data...
I use the move next move previous of dreamweaver and i've seen that dreamwaever use the total number of record as variable and move with that... so if the number of record change like my exemple... what sould i do ?
i hope that not too confusing...
i need help, someone please
Thanks
*i don'T want code, just explication will do the job.. i'm not a newbie