0

What is the difference between GET and POST methods in PHP?

Asked 2 months ago · Viewed 0 times
GET sends data through the URL (visible), while POST sends data through the HTTP body (hidden).
asked by chance

No comments yet.

1 Answer

0
GET sends data through the URL (visible), while POST sends data through the HTTP body (hidden).
answered 2 months ago by chance

No comments yet.

Your Answer