
27-01-2005, 10:07 PM
|
 |
Senior Webmaster
|
|
Join Date: Oct 2002
Location: Johor
Posts: 270
Rep Power: 80
|
|
GET is same as append the variable and value behind your URL
where POST is more for form submit with data that you dont want to retrieve back by clicking the "back" button, for example login form.
|