Advertisements
Advertisements
Question
Define for Form Handling method in PHP.
Definition
Solution
- Form tag is used to mention a method (POST or GET) and control the entire form controls in the HTML document.
- All input values are synchronized and sent to the server via POST or GET method.
shaalaa.com
HTML Forms
Is there an error in this question or solution?
APPEARS IN
RELATED QUESTIONS
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.
______ method stores the input data in the request body of the clients HTTP request.
In which input field only one option Can be selected?
What does fopen() function do in PHP?
Define HTML form controls.
Write Syntax of Text box in HTML,
Write short notes on File handling.
Explain the process File handling.
Customer Analytics firm needs to design a survey form as shown below:
Write suitable HTML code to design it.