How do you call to a javascript function inside a PHP function. I know i seems like simpel problem but I have tried all difrent combinations but I don´t manage to solve it
It looks something like this
<?
function blabla() {
if(blabla){
(here I want to exec my javafuntion)
}
}
?>