1.

Define for Form Handling method in PHP?

Answer»

1. Form tag is used to mention a method (POST or GET) and control the entire form controls in the HTML document.

2. All input values are synchronized and sent to the server via POST or GET method.



Discussion

No Comment Found