If you are a PHP programmer you could have used header() function plenty of times redirecting a page to another page right? for eg:
1 2 3 4 5 |
<?php header('Location: newpage.php'); ?> |
If you are a PHP programmer you could have used header() function plenty of times redirecting a page to another page right? for eg:
1 2 3 4 5 |
<?php header('Location: newpage.php'); ?> |