Back to Browse

Post vs Get Method in PHP

8.2K views
Apr 13, 2013
3:53

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.

Download

1 formats

Video Formats

360pmp44.7 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Post vs Get Method in PHP | NatokHD