I can make page redirect to another page using php. But how do i do it so that it will only redirect after a certain period of time instead of instantly.
You don't do that on the server with PHP - instead you use a META tag in the document you want displayed until the redirect happens. This page has example code.