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 can we destroy the cookie in php?
Are php variables global?
Tell me how can we automatically escape incoming data?
Tell me will a comparison of an integer 12 and a string "13" work in php?
How to set a value in session? How to remove data from a session?
Is not null in php?
What is the difference between Session and Cookie?
What is the use of magic function in php?
How to get the http request in php?
What is difference between readonly and constant?
How can we know the total number of elements of Array?
What is design pattern? Explain all including singleton pattern?
How can we create a database using php?
What is the use of "enctype" attribute in a html form?
What is local variable in php?