I've got a table at the top of my page, and then a form, I want people to read the table before seeing the form, so to encourage this I'm trying to load the first table, then 20 seconds later load the form.
So inbetween the two I inserted sleep(20) and the page then sat there for 20 seconds before any loaded!
I expect I could do this using two pages and an include, but is there an easier way?
Thanks