PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Actually, it does allow more than 80 for GET, but you have to get it in chunks. I am not sure how PHP handles that. I tend to mostly use post, as I don't always want the users seeing the information I am passing back and forth.
Also POST is a little bit more secure since an attacker has to go to the trouble of forging a form rather than indulging in some simple query string tampering.