I understand that when you post a form with fields in it with the _POST command it gets entered into the super global array, how do you get info off of that. Can the page with the form that posted the variables into the array, process that array right away after and echo it out somewhere else in the page?
Or how would you take the value from the super gloabal array and put it in your array in an include file (myinclude.php)