What is difference between 'Post Method' & 'Get Post'

When I was searching the API DOC for when someone fill and sent the form I receive SMS whatever user filled in form in my sms inbox. And there I found there are two methods in PHP . Post method and Get Post. What is actuall meaning of this.

GET and POST are only two of the available HTTP/S request methods. You can find them all described here.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.