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
Explain type casting and type juggling.
What are the differences between php constants and variables?
What is php and sql used for?
Is numeric in php?
What is beforeRender() used?
What does the array operator '===' means?
Write a program to find the factorial of a number in php?
Tell me what does $_env means?
Are sessions stateless?
What is the tags in PHP is not a valid way to begin and end a PHP code block?
Which function(s) in PHP computes the difference of arrays?
Can we embedded directly PHP code into XHTML document? State Whether True or False?
What is the definition of a session?
Tell me how comparison of objects is done in php5?
what is CURL?