Forum

What are the method...
 
Notifications
Clear all

What are the methods in PHP?


(@elias)
Illustrious Member
Joined: 5 months ago
Posts: 4277
Topic starter  

What are the methods in PHP?


   
Quote
(@elias)
Illustrious Member
Joined: 5 months ago
Posts: 4277
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: