What are different ways to redirect from on page to other?
Answer Posted / cpsarathi79
header("location: xxxx.php");
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Tell me how can we define a variable accessible in functions of a php script?
What language is php written in?
What is php session_start() and session_destroy() function?
What version of php do I have windows?
Does php have block scope?
Which Scripting Engine PHP uses?
How to concatenate two strings together in php?
What is empty php?
How do you count numbers in php?
How can php and html interact?
What is the best practice for running mysql queries in php? Consider the risk of sql injection.
What is explode() in php?
What is use of count() function in php?
What is cookie?
What is the use of pear in php?