How to run my php code in every X minute?
Posted
by Holian
on Stack Overflow
See other posts from Stack Overflow
or by Holian
Published on 2010-05-19T11:30:43Z
Indexed on
2010/05/19
11:40 UTC
Read the original article
Hit count: 222
Hi Gods,
i try to make a "status monitor" for our small network. After the page was load i make a ping for every IP which i addedd. Its, ok. But i would like to do this ping in every X minute, without reload my hole page.
I can make it if i reload the page with header refresh, but i would like to do this witout reload.
I think i have to do this with AJAX?, But i dont know how..
Thank you
© Stack Overflow or respective owner