Advertisements
Advertisements
Question
Differentiate Get and Post Method.
Solution
Get Method |
Post method |
It is designed to get data from server | It is designed to send data to the server |
It is suitable to carry limited data | It can carry unlimited of data |
Faster to send the request | It is little slow compare to get method |
APPEARS IN
RELATED QUESTIONS
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.
When you use the $_GET variable to collect data, the data is visible to ______.
The no. of parameters used by fclose() function.
PHP is a ______ programming language.
Identify which is not a server side application language.
Write Syntax of Text box in HTML,
Write the features Form Handling.
Write short notes on File handling.
Customer Analytics firm needs to design a survey form as shown below:
Write suitable HTML code to design it.