Mike Shannon - Web Development http://www.mikeshannon.com/taxonomy/term/7/0 en What is the difference between GET and POST? http://www.mikeshannon.com/what-is-difference-between-get-and-post <p>I&rsquo;ve actually been asked this question in interviews before and knowing when to use either GET or POST is a fundamental tool for web developers.</p> <p><a href="http://www.mikeshannon.com/what-is-difference-between-get-and-post" target="_blank">read more</a></p> http://www.mikeshannon.com/what-is-difference-between-get-and-post#comments Web Development Fri, 28 Nov 2008 19:02:11 +0000 admin 86 at http://www.mikeshannon.com GET and POST variables using PHP, the lazy way http://www.mikeshannon.com/get-and-post-variables-using-php-lazy-way <p>If you want to catch form variables in $&lt;variable name&gt; format instead of the $_GET['variable name'] or $_POST['variable name'] format, just call&nbsp;<a href="http://us3.php.net/variables.external">import_request_variables</a>() at the start of your script and supply either a &lsquo;p&rsquo; or a &lsquo;g&rsquo; argument for post or get respectively.&nbsp; Kind of nice for those lazy programmer out there.</p> <p><a href="http://www.mikeshannon.com/get-and-post-variables-using-php-lazy-way" target="_blank">read more</a></p> http://www.mikeshannon.com/get-and-post-variables-using-php-lazy-way#comments Tips Web Development Thu, 23 Oct 2008 00:51:26 +0000 admin 85 at http://www.mikeshannon.com