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
Why php is used with mysql?
What are the advantages and disadvantages of cascade style sheets?
How to declare an array in php?
How can you get the size of an image in PHP?
Can php use gettext?
Explain about require and include function?
How a constant is defined in a php script?
Which array function checks if the particular key exists in the array?
What is session in c#?
Explain about PHP cookies?
What are majic methords in php?
Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
What difference between require() and require_once()?
What is the current stable version of php? What advance thing in php7?
What does the function get_magic_quotes_gpc() means?