How to call a JavaScript function from PHP?
The followi
I always just use echo ""; or something similar. you're not technically calling the function in PHP, but this as close as your going to get.
echo "";