Okie -- I have a listbox (<select size=15>) with a list of items. I have two submit buttons -- on that says UP and one that says down. The idea is to highlight the form and select up or down and the ORDER field in the database is switch with the item above or below it -- it's a self-calling page.
That's all fine and good.
However, when I make the change and the page reloads, the data is stale on the page, even though it's correct in the database. I've tried everything I could think from adding in sleep commands to buffering the output data, but for some reason it's not pulling current data.
I've tried this in two different browsers with the same results.
Any thoughts?