09-24-2017, 01:23 PM
And something else: I think on the redirect we should add a variable to the URL, e.g. &new=1 (can you do just &new???)
So the url format would be:
admin_page.php?id=IDHERE&new (add =1 if we have to - I'm not that familiar with the functions of these variables)
My thought with that is: we can hold this variable on POST and Redirect the user back to the page after everything has been submitted.
So the url format would be:
admin_page.php?id=IDHERE&new (add =1 if we have to - I'm not that familiar with the functions of these variables)
My thought with that is: we can hold this variable on POST and Redirect the user back to the page after everything has been submitted.