Site icon Learn Web Development & Programming, Artificial Intelligence, WordPress, Shopify Articles

Difference beetween GET and POST methods in PHP

GET:

Example:

http://www.test.com/index.htm?name1=value1&name2=value2

POST:

Example:

http://www.test.com/index.htm

Exit mobile version