A
Anonymous
Guest
I have a problem with a page im building, i have a list of records with an 'X' on the page, you click the X and it deletes the last record on the page, the query string i use is 'page.php?action=delete' and it works fine, you click it and the page refreshes with the last record gone.
But, when you manually refresh the page with the refresh button it also deletes the last record.
How do i stop it deleting the last record when you manually refresh the page? it obviously is keeping the 'action' variable and passing it back into the page when you refresh it and i dont want that unless you click on the X.
But, when you manually refresh the page with the refresh button it also deletes the last record.
How do i stop it deleting the last record when you manually refresh the page? it obviously is keeping the 'action' variable and passing it back into the page when you refresh it and i dont want that unless you click on the X.