I'm trying to use header() to redirect to a page with a refresh time, but its not working. See code: ((code)) <html> <?php header( 'Refresh : 2; url=/index.html'); ?> ((/code))
Figured it out. Had an extra space between refresh and the :. Spent too long looking at simple code. Mind turned into jelly