How can we submit a form without a submit button?
Answer Posted / prakash
In PHP, form can be submitted with simple code:
'header("location:page.php");'
| Is This Answer Correct ? | 18 Yes | 14 No |
Post New Answer View All Answers
How is it possible to propagate a session id?
What is the use of addslashes in php?
What is php resource type?
How many columns can be added in a table in mysql?
if you run the app program all vendor open items are cleared but is it possible to reverse the again again open items please tell me the answer
Which function would you use to replace a record in a database in php?
how to track user logged out or not? when a user is idle?
Explain Traits in PHP?
Where are sessions stored php?
What are php magic methods?
What is the difference between array_pop() and array_push()?
What is the use of offset in mysql?
What is trim function in php?
What is encapsulation in php?
How to get no of arguments passed to a PHP Function?