Q&A
Questions
Tags
Login
Sign up
Questions
/ What is the difference between GET and POST methods in PHP?
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).
php
web
Bookmark
Report
asked by
chance
No comments yet.
Comment
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.
Comment
Your Answer
Post Your Answer
No comments yet.