Explain the two HTTP functions to accept the user values from interface with suitable PHP program
Marks: 5
Year: 2020 Final TU FOHSS
1. Introduction: In PHP, user input from an HTML interface (form) is accepted using HTTP methods. The two main HTTP functions (methods) used are GET and POST. --- 2. HTTP GET Method Explanation -