Sr. PHP Programmer Question:
Download Questions PDF

How to redirect a page in php?

Answer:

The following code can be used for it,
header("Location: http://www.globalguideline.com/");

Download Senior PHP Programmer Interview Questions And Answers PDF

Previous QuestionNext Question
How to get the value of current session id?Explain Differences between GET and POST methods?