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
Why json is used in php?
What are the popular frameworks in php?
What is the meaning of symbol '$' in jquery?
What are the different errors in php?
How to run the interactive php shell from the command line interface?
Explain the visibility of the property or method?
What are the special characters you need to escape in double-quoted stings?
How can you declare the array in php?
How to download and install php on windows?
Explain array_uintersect()?
Are parent constructors called implicitly inside a class constructor?
What the difference between the 'bitwise and' operator and the 'logical and' operator?
How does csrf token work?
Explain the difference between urlencode and urldecode?
Describe which programming language does php parallel to?