This tutorial discusses the differences between GET and POST in PHP. I will demonstrate how to transition a form from using GET to POST. GET uses the URL to transmit the data whereas POST simply passes variables using super global arrays.
Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.