PHP PHP Tutorial – PHP $_GET and $_POST October 11, 2011 inettutor.comLeave a reply PHP $_GET and $_POST The PHP $_GET and $_POST variables are used to retrieve information from forms, like user input. The $_POST Function The built-in $_POST function is used to collect values in a form with method=”post”. Information sent from…