Title pretty much says it all.
I have a div and I was wondering if I could make it update every like 10 seconds.
I was wondering how I can set PHP in a div if it is possible.
I know there is
document.getElementById("php_code"), but can i select the PHP code of a div?
Figured it out.
Used innerHTML = '<?php ?>';
