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 extract string "pcds.co.in" from a string "https://info@pcds.co.in" using regular expression of php? More on reg can you explain
What are the functions for imap?
Are sessions stateless?
How to get number of days between two given dates using PHP?
How to concatenate two strings together in php?
In PHP, fgets() is used to read a file one line at a time. State Whether True or False?
How to Retrieve a Cookie Value?
Difference between mysql_connect and mysql_pconnect?
What is the meaning of "enctype= multipart/form-data" ?
How to access standard error stream in PHP?
What is the difference between php4 and php5?
How to return a value back to the function caller?
Where are the persistent cookies stored on your computer?
What are properties in php?
Where is the submitted form data stored?