imported_wilker
Junior Member
I have a php page which prints the content of a MySQL database. On the bottom of the page is a form to add more information. When the form is submited, I update the webpage, and redirect back to the original page by using:
header("location: ./index.php");
I have the script running on a Mac Server and a Linux Server. On the Linux box, after I hit submit, the new content shows. On my Mac server, the page is the same as it was before I hit submit, but when I Refresh the page, then all the content shows.
I have tried many web browsers, and they all behave like this.
Any Ideas?
header("location: ./index.php");
I have the script running on a Mac Server and a Linux Server. On the Linux box, after I hit submit, the new content shows. On my Mac server, the page is the same as it was before I hit submit, but when I Refresh the page, then all the content shows.
I have tried many web browsers, and they all behave like this.
Any Ideas?