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
How send email using php?
Tell me which function gives us the number of affected entries by a query?
How do I install php and apache on windows 10?
What is parent __construct ();?
Do you know how to delete a file from the system?
What is mod_php?
What is difference Between PHP 5 and 7?
What is $_session in php?
What is "echo" in php?
How to return ascii value of character in php?
What does the scope of variables mean?
Is not null in php?
How do you destroy a particular or all Sessions?
What is smarty?
How do you use bcrypt for hashing passwords in php?