PHP Tutorial : Forms processing with $_POST or $_GET

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 »