• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

PHP redirects will not refresh

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?
 
Back
Top