I need a page to redirect only after certain conditions are met. The page is x_post.php and I need it to redirect to index.shtml
How can I get it to redirect after 2 seconds after the conditions that all fields are filled and no errors have occured. I got the rest of the code, but the redirect doesn't work.
if you would like to use time cycle, use <meta> with refresh - if your conditions are met.
don't forget - you should't echo something before you'd to redirect, if using header() function - it will cause an error about written headers.