
Question 1: How to redirect a page to another?
Answer: You can use header function to redirect.
header('location: http://www.web-technology-experts-notes.in"); //Redirect to home page of another website
header('location: http://www.web-technology-experts-notes.in/2015/11/php-questions-and-answers-for-experienced.html");...