What are the method...
 
Notifications
Clear all

What are the methods in PHP?


(@elias)
Member Moderator
Joined: 6 months ago
Posts: 4273
Topic starter  

What are the methods in PHP?


   
Quote
(@elias)
Member Moderator
Joined: 6 months ago
Posts: 4273
Topic starter  

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.


   
ReplyQuote
Share: