Answer Posted / tamil selvan
<?php
echo <script type="text/javascript">
</script>
?>
| Is This Answer Correct ? | 24 Yes | 68 No |
Post New Answer View All Answers
What does the unset() function mean?
Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.
What is phpsessid?
What is different between software and app
Explain the different types of errors in php.
Is php faster than python?
How to strip whitespace (or other characters) from the beginning and end of a string?
What are the different types of php variables?
Is wordpress a php framework?
What is api example?
What is a null coalescing operator in php7?
How to set a page as a home page in a php based site?
Tell me how is it possible to remove escape characters from a string?
What is the capacity of mysql database?
What are php strings?