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
Explain how you can update memcached when you make changes to php?
What is php full form?
What is the purpose of the '.frm' file extension? What do thes file contain?
What are the php functions?
How can we access the data sent through the url with the get method?
What are php functions?
What is purpose of @ in Php?
What is the use of strpos in php?
What does php exit do?
What is htaccess? Why do we use this and where?
What is the purpose of a query?
Tell me how to initiate a session in php?
Explain me how failures in execution are handled with include() and require() functions?
Why does php start with variables?
What does $_env mean?