Answer Posted / vivek srivastava
You can write Java Script in PHP in a very simple way so as
I did:
<?php
some php code...
?>
<script type="text/javascript">
function someFun()
{
function code....
}
</script>
<?php
some php code...
?>
| Is This Answer Correct ? | 72 Yes | 18 No |
Post New Answer View All Answers
Which PHP function would you use to send an email?
Is php 5 still supported?
What is ci framework in php?
What is php trait?
How do you check if a variable has been set in php?
What are the functions of string?
Who created numbers?
What is the use of final class in php?
Is age nominal or ordinal?
How a variable is declared in php?
Write logic to print Floyd's triangle in PHP?
Explain which cryptographic extension provide generation and verification of digital signatures?
What function do we use to find length of string, and length of array?
How to join multiple strings into a single string?
What is the role of php?