I am removing an item from MySQL with an HREF.
The item is being deleted correctly however, it still remains on the screen untill I hit F5, or refresh.
Any ideas how I can get it to delete and refresh at once?
If your on the same page.. It can come down to how you layout your code. I have had an issue like that..
I swaped the delete query above the select one.. So they'd be send to an if(!empty($action)) thing and if empty they see the results... Then a header("Location:"); to same page and the file disappeared without F5.. Hope that helps in some way