This snippet helps you to redirect to another website/webpage.
- <?php
- header('Location: http://www.example.com');
- ?>
Replace http://www.example.com with your website URL/webpage URL
Post a Comment
Note: Only a member of this blog may post a comment.