how can refresh current page automatically, without press
any button and anchor tag.
Answer Posted / anuj
<meta http-equiv="refresh" content="2;url=index.htm">
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
Does php support function overloading?
When to use single quotes, double quotes, and backticks?
what is variable scope, which variables are accessible from where and what are "undefined variable" errors?
What are the main error types in php and how do they differ?
Why namespace is used in php?
How to create a table using php?
What is inheritance in php with example?
How to find a specific value in an array?
How can we encrypt the password using php?
How many different types of messages available in php?
How we get ip address of client, previous reference page etc?
Is empty check in php?
What is isset php?
Tell me what is the difference between ereg_replace() and eregi_replace()?
What is design pattern? Explain all including singleton pattern?