Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Redirect to Home Page after PHP submission Re: Redirect to Home Page after PHP submission

#123848
__
Participant

Add a redirect header.

header( “Refresh: 5; url=http://example.com/” );