List out different arguments in PHP header function?
Answer Posted / saju
header ('Refresh: 1; URL='.$_SERVER['PHP_SELF']);
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is php and its uses?
Which function is used to strip whitespace?
What is the use of preg_match in php?
What exactly is validating and sanitizing?
Explain me what is x+ mode in fopen() used for?
Explain the installation of PHP on UNIX systems?
Tell me what are the different types of errors in php?
What are the uses of implode() function?
What is the use of post in php?
How to receive a cookie from the browser?
What is the main function of php?
How can I make a script that can be bilingual (supports english, german)?
Can a super () and this () keywords be in same constructor?
How to delete file in php?
How to swap two variables without using 3rd temp variable.