Answer Posted / naqiya
example
?>
<script language='javascript'>
document.location.href=".php";
</script>
<?php
}
?>
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is the difference between "echo" and "print" in php?
How php statement is different from php script?
Write syntax to open a file in php?
Can we embedded directly PHP code into XHTML document? State Whether True or False?
Which database is best for php?
Explain about the data types in PHP?
Is null check in php?
Why php is sometimes called as embedded scripting language?
Explain about PHP cookies?
How do I update php?
What is difference between array_merge and array_combine?
Is php faster than python?
Can you define an array argument as a reference type?
What is the difference between php4 and php5?
What is difference between require_once(), require(), include()?