What are different ways to redirect from on page to other?
Answer Posted / shaik abdul raheem
1.write top of the file ob_start();
2.write header("location:xxxx.php") where u need.
3.write bottom of the file ob_flush();
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Which is used to maintain the value of a variable over different pages?
How can I load data from a text file into a table?
What is the difference between characters and #?
Explain me what is sql injection?
Why do we use session?
What is the difference between for and foreach loop in php?
Is php 7 backwards compatible?
What is associative array in php?
What are the benefits of using queries?
What is the default time of cookie in php?
What is overriding in php?
How can you execute php script from the command line?
What is php in full?
How a constant is defined in a php script?
What is variable function php?