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

How can you send email in php?

765


What is meant by urlencode and urldecode?

842


Tell me what library is used for pdf in php?

730


What is "print" in php?

711


What is member function?

796


Can we run php in apache tomcat?

737


How many types of session are there?

782


What is namespaces in PHP?

751


How many types of arrays are there in php?

716


How to create a web form?

768


What is an abstract class in php?

697


Explain what is memcache?

716


What is the use of count() function in php?

734


In how many ways we can retrieve the data in the result set of mysql using php?

708


What are the 5 types of variables?

781