What are different ways to redirect from on page to other?
Answer Posted / pramod
The above syntex will work fine iff
1)there is no blank line before this syntax
2)No echo or print commnad used before this syntax
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the functionality of md5 function in php?
What is static method php?
Explain Type hinting in PHP?
What was the old name of php?
If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
What is difference between php and html?
Is null check in php?
How we get browser details of clients machine?
What is difference between static and constant?
What is polymorphism?
Write a program in php to check whether a number is prime or not?
Why overriding is called runtime polymorphism?
Which will start a session?
Does mysql need php?
How to read one character from a file?