0

Explain:

Assume that form entries taking by user are being successfully stored in specific attributes of database. Give explanation what did happen after take the input using form?

6th Jun 2020, 5:04 AM
shreya arora
shreya arora - avatar
1 Odpowiedź
+ 1
The action attribute defines the action to be performed when the form is submitted. Usually, the form data is sent to a page on the server when the user clicks on the submit button. If the action attribute is omitted inside form tag, the action is set to the current page. The method attribute specifies the HTTP method (GET or POST) to be used when submitting the form data. Data is visible on page's address field if we use Get and we can make it invisible by using Post.
6th Jun 2020, 5:12 AM
Hardik Sharma
Hardik Sharma - avatar