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
How can you send email in php?
What is meant by urlencode and urldecode?
Tell me what library is used for pdf in php?
What is "print" in php?
What is member function?
Can we run php in apache tomcat?
How many types of session are there?
What is namespaces in PHP?
How many types of arrays are there in php?
How to create a web form?
What is an abstract class in php?
Explain what is memcache?
What is the use of count() function in php?
In how many ways we can retrieve the data in the result set of mysql using php?
What are the 5 types of variables?