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….
These “few second messages” are usability fault. You cannot be sure it was read. And it’s annoying. Just redirect user right to the user’s details page where he can learn that registration was successful and can review his settings.