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 $_ request in php?
How can you associate a variable with a session?
In php how can you jump in to and out of "php mode"?
how to use http headers inside php? Write the statement through which it can be added?
How to find current date and time?
How we can get the number of elements in an array?
How to remove duplicate values from array using php?
How do I escape data before storing it into the database?
How can image properties be retrieved in php?
Why super () is used in java?
What is boolean in php?
Tell us what does $_cookie means?
What are the four scalar types of php?
Which functions are used to remove whitespaces from the string?
How to count a number of words in a string in php?