I have a form, which on submit checks the data. if the data is invalid, I currently have it echoing text.
I want it to echo the text then pause and redirect.
I've tryed sleep(); but that causes the page to sleep on submit, wait x amount of seconds then continues without showing the echo's
Any idea of how to get around this