What are different ways to redirect from on page to other?
Answer Posted / vishal desai
1). using form action property
2). using javascript ( window.location )
3). using header("Location: .......");
4). using
echo "<meta http-equiv='refresh' content='0; url=....'>";
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Is php outdated 2019?
What is the function of mysql_real_escape_string in php?
How to execute a php script from the command line?
Why do we use hooks?
How do you pass a variable by value?
Does PHP 5 support exceptions? State Whether True or False?
How to break a file path name into parts?
What are the benefits of composer?
What are different types of errors available in Php?
Is multiple inheritance supported in php?
/temp is a type of filesystem directory. State Whether True or False?
How cookies are trported from browsers to servers?
Tell me what is htaccess?
Steps for the payment gateway processing?
Explain briefly about a search-friendly site looks like?