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
What is the role of the .htaccess file in php?
What are examples of independent and dependent variables?
Does php need apache?
How cookies are trported from browsers to servers?
What is apache and php?
Which function Returns the time of sunrise for a given day / location in PHP.
How to delete a file from the system?
What is uri routing?
When do sessions end?
Tell me what is the difference between the functions strstr() and stristr()?
What is the differences between $a != $B and $a !== $B?
Tell me what does the array operator '===' means?
How many types of functions are there in php?
How to set session.gc_divisor properly?
Explain me the difference between include and require?