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 an object in php?
How to receive a cookie from the browser?
How do you check if an arraylist is empty?
Is salary a ratio or interval?
What is difference between core php and framework?
How error handling is being handled by php?
What is preg_match?
Tell me how can you pass a variable by reference?
What is difference between required and require_once in php?
Why shouldn't I use mysql_* functions in php?
Why should I store logs in a database rather than a file?
What is string and its function?
How do I display php errors?
What is the use of nl2br() in php?
How to call a php function from another php file?