Advertisements
Advertisements
प्रश्न
What is a HTML form?
टिप्पणी लिखिए
उत्तर
- The main objective of PHP and HTML form controls are to collect data from users.
- In web development, user access website or web pages from a remote client machine and feed the data to a server.
- These data are collected via HTML form controls like textbox, dropdown box and radio button etc., and sent to server using server-side programming like PHP.
shaalaa.com
HTML Forms
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
APPEARS IN
संबंधित प्रश्न
Discuss the following and Answer the question.
A Jr. web designer wants to design a webpage to enter the employee name, address. He needs a button to clear the form content and submit the data.
- Write the different controls he will use to create the web page.
- State the tags to be used for the controls.
______ method stores the input data in the request body of the clients HTTP request.
What is Form Validation in PHP?
List out HTML control to support PHP language.
Write any two rules for input HTML.
Differentiate check box and Radio button.
Differentiate Get and Post Method.
Explain Form Handling methods.
Discuss in detail about HTML form controls.
Explain in detail of File handling functions.