English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I want to write code for my web page(written by PHP language) after 1 minute will refresh automatic. Can you help me? Thank you

2006-08-08 14:43:22 · 2 answers · asked by Anonymous in Computers & Internet Programming & Design

2 answers

php only runs on the server, so you must put in a meta refresh tag in the header. Here is an example:




If for some odd reason you need to write the html from a php script:


echo "";

?>

2006-08-08 14:51:56 · answer #1 · answered by LorettoBoy 4 · 1 1

if you meant to reload on the browser...

this script(javascript) should do it...

2006-08-09 03:55:10 · answer #2 · answered by muoreh 2 · 0 0

fedest.com, questions and answers