Answer Posted / mukesh purohit
<?php
echo "<srcipt type='language'>";
echo "alert('jams bond');";
echo "<script>";
?>
| Is This Answer Correct ? | 23 Yes | 18 No |
Post New Answer View All Answers
How to download file in php?
Explain Whitespace Characters?
Tell me how to find the length of a string?
What are the uses of explode() and implode() functions?
Write a program in php to find the occurrence of a word in a string?
What are php libraries?
Write a program to find the factorial of a number in php?
What is the difference between include and require?
Why session is required?
What is cookie?
Do you know what is the difference between the include() and require() functions?
What is get and post method in php?
Write a program to get second highest number in an array using php?
What does $_env mean?
Explain why would we use === instead of ==?