How to call a JavaScript function from PHP?
The followi
You can't. You can call a JS function from HTML outputted by PHP, but that's a whole 'nother thing.