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
What is scope of variable in php?
Do you know how to delete a file from the system?
What is the use of "echo" in php?
what are interfaces and Abstart classes
What is the main difference between asp net and php?
What are the characteristics of php variables?
What are the differences between echo and print?
How do I run a php file?
What is the difference between php and java?
What is the timeout period on session values?
Will a comparison of an integer 12 and a string "13" work in php?
Is it difficult to learn php?
What is the difference between $var and $$var?
Which is better mysql or sql?
How to write php function in html onclick?