Advertisements
Advertisements
Question
What is Form Validation in PHP?
Short Note
Solution
- Validation is a process of checking the input data submitted by the user from the client machine.
- There are two types of validation available in PHP. They are as follows, Client-Side Validation, Server Side Validation.
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 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.
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.
What does fopen() function do in PHP?
Define HTML form controls.
List out HTML control to support PHP language.
Differentiate check box and Radio button.
Write the features Form Handling.
Differentiate Get and Post Method.
Explain concepts of HTTP Uploading process.