I think i´ve asked your questionoOomen said:hi, i'm newbie, can some one show a simple example how to show a simple htm page than wait 10 sec. and redirect to another page?
header("Location: http://bla-bla.com");
sleep(10);
header("Location: http://bla-bla.com");
Warning: Cannot modify header information - headers already sent by (output started at ....
print('<meta http-equiv="refresh" content="10;url=http://www.site.com">');