Answer Posted / bharat pradhan
<script type="text/javascript">
function pick()
{
document.form1.action="submit.php";
document.form1.submit();
}
</script>
<form name="form1" id="form1" method="post" onsubmit="pick()">
<input type="text" name="T1" id="T1">
</form>
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
How do we get the current session id?
Which php mvc framework is best?
Tell me how to set a page as a home page in a php based site?
Where are sessions stored php?
What do you mean by having php as whitespace insensitive?
How will you calculate days between two dates in PHP?
Is php good for career?
With a heredoc syntax, do I get variable substitution inside the heredoc contents?
Which is faster for or foreach php?
Is php front end or back end?
What are the difference between echo and print?
Explain the difference between unlink() and unset()?
How can you create a session in php?
What is $_ get?
What is meant by public, private, protected, static and final scopes?