I want to call a php function that doing something inside of javascript function
for example:
function runPhp(){ <?php echo "I'm PHP inside of Javascript function" ?> }