Is there any way to call a JAVASCRIPT function in PHP in AJAX
Answer Posted / guest_shah
in php u can call javascript function in onlclick or onchange
event of html tag.or u can call like
?><script language='javascript'>
javascriptfunction
</script>
<?
| Is This Answer Correct ? | 3 Yes | 13 No |
Post New Answer View All Answers
What is isset and unset in php?
What is preg_match?
Is empty function c++?
What is the best php version for wordpress?
What are the environmental variables?
How can we change the value of a constant?
What are string functions?
What is the use of friend function in php?
Does facebook use php framework?
Write a query to find the 2nd highest salary of an employee from the employee table?
Explain mixed and callback functions?
What is the use of rand() in php?
What is php resource type?
Differentiate between php5 and php7?
How to reset/destroy a cookie in php?