Advertisements
Advertisements
Question
Write the features Form Handling.
Answer in Brief
Solution
- HTML Forms are required, when you want to collect some data from the site visitor.
- A form will take input from the site visitor and then will post it to a back-end application such as CGI, ASP Script or PHP script etc.
- The back-end application will perform required processing on the passed data based on defined business logic inside the application.
shaalaa.com
HTML Forms
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
______ method stores the input data in the request body of the clients HTTP request.
In which input field only one option Can be selected?
In HTML form <input type=”text”> is used to ______.
The no. of parameters used by fclose() function.
Identify which is not a server side application language.
Define for Form Handling method in PHP.
List out HTML control to support PHP language.
Write Syntax of Text box in HTML,
Differentiate check box and Radio button.
Explain the concept of Submit and Reset buttons in HTML forms.