How many ways I can redirect a PHP page?

Answer Posted / rani

By using header
<?php
header('Location: http://www.example.com/');
?>

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What the difference between the 'bitwise and' operator and the 'logical and' operator?

529


What is a composer?

542


What is putenv?

575


What is difference between single quotes and double quotes in php?

498


Is null function in php?

576






What is a session in php?

579


What is the method to execute a php script from the command line?

563


What does mvc stand for and what does each component do?

547


How to move uploaded files to permanent directory?

542


How to find current date and time?

508


What is difference between print_r and echo in php?

502


Explain the difference between $message and $$message?

561


What is the current php version?

567


Tell me how to create a text file in php?

554


What is php simple definition?

546