PHP Tutorial : Forms processing with $_POST or $_GET
Mar 26, 2009 Basic PHP
Are you just curious to know the difference between $_GET and $_POST php server variables? Errrr, let me try and explain. I dont see many differences, or maybe I dont know/explain, but what I understand it is that $_POST it’s used in most of the cases because security, and $_GET will show your entered forms…………….
Read PHP Tutorial : Forms processing with $_POST or $_GET »
Tags: $_GET, $_POST, get, php $_GET, php $_POST, php forms, php forms processing, php get, php post, php server variables, post

