How many ways I can redirect a PHP page?
Answer Posted / rani
By using header
<?php
header('Location: http://www.example.com/');
?>
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the use of stripslashes in php?
Explain $_FILES Superglobal Array?
What is the difference between Session and Cookie?
How to find the position of the first occurrence of a substring in a string?
What should be the length of variable for SHA256?
Explain the difference between php4 and php5.
Is session a cookie?
Can we embedded directly PHP code into XHTML document? State Whether True or False?
How to create a session? How to set a value in session?
How do I clear my browser session?
How does csrf attack work?
Can I write php code in html file?
Tell me how is it possible to parse a configuration file?
Please explain is it possible to use com component in php?
Which programming language does php resemble?