How many ways I can redirect a PHP page?

Answer Posted / kesavan


header('location:next.php');
you can use <meta> to redirect

Is This Answer Correct ?    7 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me what are sql injections, how do you prevent them and what are the best practices?

496


Does php support function overloading?

551


What is the use of final class in php?

498


Is php a low level language?

521


Is key exist in array php?

524






Can you convert php to html?

525


Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.

1494


Explain the difference between unlink() and unset()?

522


Explain me how failures in execution are handled with include() and require() functions?

594


What is framework in php for beginners?

512


is that "enumerated array" equal to "numeric array"?

2010


What are the differences between session and cookie?

513


Where php language is used?

518


Which programming language does php resemble to?

524


What is the $_ server php_self variable?

477