What are different ways to redirect from on page to other?

Answer Posted / mahesh

Using Php
header("Location: "test.php");
exit();
Using Javascript
location.href='test.php';

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is csrf token and how will you add csrf token in ajax?

519


Write down the code for saving an uploaded file in PHP.

588


Which function would you use to merge two arrays in php?

568


what is benefit of magento?

2025


Can php run on windows server?

516






Can a super () and this () keywords be in same constructor?

480


What is inheritance in php?

572


What is cookie?

526


What is difference between echo and print in php?

490


How to terminate the execution of a script in PHP?

561


How do I display php errors?

509


Explain about PHP cookies?

610


How to remove all duplicate values in array in php?

515


What is a composer in PHP?

539


what is session_set_save_handler in PHP?

605