www.opensourcewebbook.com
 
     
  Page Path - News - PHP Post Version 4.1.0  
     
 
Home
About
Foreword
Reviews
Authors
Purchase
Errata
Sourcecode
Resources
Tools
Contents
Linux
Apache
Perl
MySQL
WML
CGI
mod_perl
SSI
Embperl
Mason
PHP
     

PHP Post Version 4.1.0

Our examples in Open Source Web Development with LAMP, in the spirit of backward compatibility, used the PHP pre-version 4.1.0 way of grabbing form data:

  • $HTTP_GET_VARS
  • $HTTP_POST_VARS

If you would like to see the examples in the book using post-version 4.1.0:

  • $_GET
  • $_POST

then go here.