How can you insert javascript in php code?
Answers were Sorted based on User's Feedback
Answer / bnvs kishore.
<?php
//php coding.
?>
<script langauge="javascript">
//javascript coding.
</javascript>
<?php
//php coding.
?>
| Is This Answer Correct ? | 15 Yes | 22 No |
Answer / tamil selvan
<?php
echo <script type="text/javascript">
</script>
?>
| Is This Answer Correct ? | 24 Yes | 68 No |
What is php variable?
what does this symbol mean in php?
How can we display the output directly to the browser?
Tell me is it possible to remove the html tags from data?
Where session is stored?
how to get the value in script values
What is framework? How it works? What is advantage?
Which is useful for method overloading?
How are sessions maintained?
What is php sequence?
Which of the data type is compound datatype supported by PHP?
What is a php namespace?