Hi friends, I am Learning PHP programming language. I used form action GET and POST method. What is different between GET and POST method?
Here are some good links. If you are just starting out I would suggest you read all of (http://www.w3schools.com/php/default.asp) because its extremely helpful. Here are the ones you asked for though. http://www.w3schools.com/php/php_get.asp http://www.w3schools.com/php/php_post.asp
With a get string you are limited to 256 characters for the entire url including all the get parameters. If your url is just mysite.com?page=123 then its no problem. If you are editing a blog entry then it would be. If you use post then you can have as much data as you want.
@sarahk; its not realy limited to 256 chars read: http://classicasp.aspfaq.com/forms/what-is-the-limit-on-querystring/get/url-parameters.html
Remembering writing 8008 code in split octal (and assembling it on paper) is showing your age. Remembering Netscape 2.0 is just showing your experience.