I am using php 5+,Windows, Apache server.
I have a registration page createaccount.php on whose successful registration I want to show the createaccountsuccess.php page for few seconds only then proceeding to homepage hompage.php by itself..
Like this:
Registration Page----> Successfull Registration------> Home page
(Wait for 3 seconds on this page)
How Can I do this? please help me....