i want my page to load the exisitng code so the user can read teh message then after 4 seconds load appform.php
this is what im using at the moment::
sleep(2); // wait for five seconds
header('Location: appform.htm');
problem being its pauses whilst loading not after it loaded