Hi,
Can any tell me are there any function in PHP that like the function setTimeout in javascript? I want to refresh the page in every 30second by using PHP code. can anyone have any suggestions?
Thanks
I don\'t think PHP can refresh the page. Since PHP runs on the Server and not the client.
The page is on the clients machine. You will have to use javascript (or maybe HTML) to refresh the page.
Greg
No, there is no such function in PHP. Use HTML Refresh tag