How can we submit from without a submit button?
No Answer is Posted For this Question
Be the First to Post Answer
Create a PHP web script with the following attributes: on start, three HTML form elements are shown: an string input field, a checkbox field, a dropdown/pull down list with 5 elements and a submit button. On submission, the form should be redisplayed (while remaining all options/inputs as the user has selected/entered them). Additionally, the selections/inputs of the user should be displayed in text. Please solve this without the use of any external libraries.
How can we get the browser properties using PHP?
Which are the best start and end tags to use?
What are form input html tags?
Explain me what is the use of 'print' in php?
How to randomly retrieve a value from an array?
What is escape data in php?
What is difference between web service and api?
Can we run php in apache tomcat?
What are the encryption functions in php?
What is array function in javascript?
Why are sessions used?