I have been working on a problem for the past week and finally weeded out a solution of sorts.
Let me explain...
I have a form on a web page that when submitted runs a php code on a separate page. When the submit button is pressed everything runs great, but a blank page comes up (that with my php code). The code runs and everything on the previous page updates as it is supposed to, but I have to manually hit the "Back" button on the browser to return to see the updates.
Is there a way to return to that page by using a php script? I have googled for too long on this problem and haven't found a viable solution. :bemused:
Any help would be appreciated. I am fairly new to coding and learning as I go.
LS