Thread: Saving Images
View Single Post
  #9  
Old 02-07-2012, 08:18 AM
Gunderak Gunderak is offline
Coder
Gunderak's Avatar
Join Date: Jun 2011
Location: Australia
Posts: 795
Gunderak is on a distinguished road
I understand how GET works.
It adds information to the url, eg if you wanted to send a variable named derp and on the page you had a textbox with the name derp it would be like this.
http://www.url.com?derp=whatever&other=other
Then you use this in php to get it.
$derp = $_GET['derp'];
The only one I don't undertand of the two is POST.
I'll have to do some research
__________________

Gund for president.

Remote PM {P*}x (Graal813044) from eraiphone -> Stefan: I hav 1 qustion
*Gunderak: he hav 1
*Gunderak: qustion
Reply With Quote