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 can we enable error reporting in php?
Is key exist in array php?
What is the function in PHP do not return a timestamp?
How can cross site request forgery csrf be prevented?
What is the differences between $a != $B and $a !== $B?
Which is better php or nodejs?
Is jquery better than javascript?
What are the three parts of an http request?
Are static variables final?
Tell me which function gives us the number of affected entries by a query?
How to delete a file from the system?
Why php is widely used?
What is constructor and destructor?
What is the value for this auto incremented field user_pri_id?
What is the function mysql_pconnect() usefull for?