Notifications
Clear all
Topic starter 27/10/2024 6:05 pm
What are the methods in PHP?
Topic starter 27/10/2024 6:05 pm
There exist two methods in PHP to collect data submitted in a FORM. PHP GET Method and PHP POST Method. In the PHP POST method, data from HTML FORM is submitted/collected using a super global variable $_POST.