Advertisements
Advertisements
प्रश्न
Write the features Form Handling.
संक्षेप में उत्तर
उत्तर
- 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
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
APPEARS IN
संबंधित प्रश्न
Trace the output of following html code.
‹!DOCTYPE html›
‹html›
‹head›
‹title›Heading tags‹/title›
‹/head›
‹body›
‹h1 align=left›Information Technology‹/h1›
‹hr›
‹h2 align=center›XI Standard‹/h2›
‹h3 align=right›Division‹/h3›
‹/body›
‹/html›
Discuss the following and Answer the question.
A teacher has asked a student to create a web page to accept number and check whether it is between 50 to 100.
- List the variable, operators to be used.
- Specify the built-in function used and structure used.
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.
What does fopen() function do in PHP?
How PHP files can be accessed?
Identify which is not a server side application language.
Define for Form Handling method in PHP.
List out HTML control to support PHP language.