Hi everyone,
As the title of my topic says, I created a javascript loop that had some PHP code inside of it, hoping that every time the javascript function ran, it would re-call the PHP code inside of it.
Turns out my hopes failed - the PHP code is only ran one time when the page loads, and then the javascript function continues to be called as normal (just no PHP).
Is there a way I can get the PHP code to run every time the javascript function is called?
:)