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 difference between get and post in php?
What are the advantages of oops in php?
When you want to show some part of a text displayed on an html page in red font color? What different possibilities are there to do this? What are the advantages/disadvantages of these methods?
What are the functions to be used to get the image's properties (size, width and height)?
How to join multiple strings into a single string?
Is php a case sensitive language?
Is laravel frontend or backend?
hello experts good morning to everyone ! at present am now learning LAMP course sir( linux, apache,mysql and php) after finishing this course can i create my own website without investment is it possible ? please can any one tell sir and also tell me how can i upload my project after finishing the project in internet ? please tell the ways sir please send ur valuable suggestions to kiranpulsar2007@gmail.com
How do you add a joomla Template in admin panel of joomla? Please mention the steps
3 Answers Cognizant, T3 Softwares,
Is php front end or back end?
What is magic quotes?
What are super global variables in php?