how can refresh current page automatically, without press
any button and anchor tag.
Answer Posted / satya
It is possible by using AJAX(Asynchronous Javascript And Xml).
| Is This Answer Correct ? | 25 Yes | 8 No |
Post New Answer View All Answers
What are some new features introduced in php7?
How to find a substring from a given string in php?
Explain include(), include_once, require() and require_once?
What is a substring in php?
How to remove leading and trailing spaces from user input values?
What is the difference between md5(), crc32() and sha1() crypto on php?
What are the advantages of indexes in php?
How do you check is php not empty?
Which array function checks if the particular key exists in the array?
Why session timeout is important?
What is session data?
How many data types are there in php?
If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?
Write an example to remove html tags from a string in php?
Explain what is the function file_get_contents() usefull for?