Answer Posted / atanu
<?php
echo"<script language='javascript'>
</script>
";
?>
| Is This Answer Correct ? | 101 Yes | 31 No |
Post New Answer View All Answers
What is difference between require_once(), require(), include()?
How to replace a text in a string with another text in php?
How do I run a php script in windows?
What are the different tables(engine) present in mysql, which one is default?
What is the use of trim in php?
What is php and its features?
How a constant is defined in a php script?
Whether it is possible to share a single instance of a memcache between multiple php projects?
In PHP, fgets() is used to read a file one line at a time. State Whether True or False?
What is php sequence?
How long does a session last in php?
What is mvc? Why its been used?
What is difference between isset and empty in php?
What are the differences between require and include?
What are sql injections, how do you prevent them and what are the best practices?