when a user clicks on sumbit button, it sends to a processing page (adding/deleting to table depending on their selections), then after the processing i want user to be sent to the orignal page.
header('Location: URL');
thank you