Hello Friends,

Today we learn about how to redirect or refresh or reload page using php function.
Its very easy to do this just one php function and nothing else.I show you how to do this task.Here We use Php Header function for page redirect.
Example :
Syntax : header ('Refresh:time; URL=http://your website url');
Like below........
header('Refresh: 10; URL=http://yoursite.com/page.php');
No comments:
Post a Comment
Thanks....