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 |
How to split a string into array using php?
Does browser understand php?
What are the different types of Errors in PHP?
20 Answers Cisco, TCS, Troop Software,
What is the use of mysql_fetch_array in php?
What is session_start () in php?
How to make horizonatl menu and vertical menu responsive
Does php 7 support mysql?
What is php resource type?
What is good average session duration?
What is api used for?
What is a class in php programing?
What is composer install?