
Hello,
I want to know how to call javascript function inside PHP code .
Could you please tell me the way to call it?
Thanks

Here is a simple example of php that calls javascript function.
<script language="javascript">
function hello()
{
alert("Hello World");
}
</script>
<?
echo "<SCRIPT LANGUAGE='javascript'>hello();</SCRIPT>";
?>
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.