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 exception in php?
What is good average session duration?
What is the difference between file_get_contents() and file_put_contents() in php?
How can we extract string ‘abc.com ‘ from a string info@abc.com" target="_blank">http://info@abc.com using regular expression of php?
What is the use of limit in mysql?
How to stop the execution of php script?
How to get the value of current session id?
What is apache and php?
What are the differences between session and cookie?
What is php simple definition?
What is the difference between associative array and indexed array?
How can image properties be retrieved in php?