---
title: "How many ways I can redirect a PHP page?"  
description: "How many ways I can redirect a PHP page?"  
author: "Anonymous User"  
published: 2011-06-13  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/1064/how-many-ways-i-can-redirect-a-php-page  
category: "php"  
tags: ["php"]  
reading_time: 1 minute  

---

# How many ways I can redirect a PHP page?

Here are the possible ways of php page redirection.\
\
1. Using Java script: \
'; echo 'window.location.href="'.$filename.'";'; echo ''; echo ''; echo ''; echo ''; } } redirect('http://maosjb.com'); ?>\
\
2. Using php function: header("Location:http://maosjb.com "); .

## Answers

### Answer by Anonymous User

Here are the possible ways of php page redirection.\
\
1. Using Java script: \
'; echo 'window.location.href="'.$filename.'";'; echo ''; echo ''; echo ''; echo ''; } } redirect('http://maosjb.com'); ?>\
\
2. Using php function: header("Location:http://maosjb.com "); .


---

Original Source: https://www.mindstick.com/interview/1064/how-many-ways-i-can-redirect-a-php-page

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
