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
Which is used to maintain the value of a variable over different pages?
Which is the best web server?
What is inheritance in php?
What does $_env means?
Which is better get or post method?
How to avoid the undefined index error?
How big is nvarchar max?
How we get ip address of client, previous reference page etc?
What is the use of Php variables?
In how many ways we can retrieve the data in the result set of mysql using php?
How to define a function with any number of arguments?
how to detect a mobile device using php
How can you declare a constant variable in php?
Explain me what is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
What are the difference between echo and print?