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 difference between mysqli and mysql?
What is a php array?
What is $_ get and $_ post in php?
What is the use of final class in php?
what is the current salary package in India for a PHP programmer who has 1.5 years experience
How long do php sessions last?
Why session timeout is important?
Why is facebook still using php?
How to download file in php?
How can we submit a form without using submit buttons?
Does php pass arrays by reference?
How the web server interprets php and interacts with the client?
Explain Creating and Naming an Array?
What are the differences between mysqli_connect and mysqli_pconnect?
What is meant by variable variables in php?