I am trying to find out how to call a function more than once. for example
function myfunction()
{
// Some Code here
}
... rest of php page
myfunction();
the myfunction() gets called numerous times
I have the javascript image refresh only down, but i'm trying to refresh a webcam image ever 5 sec but I need to be able to change the source for the other cams. For example I view my webcams for 3 hours during those 3 hours The webcams switch every hour on the hour. If the hour two comes along...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.