Author: Scott Lesovic
A remastered version of master.php by Chris Rose
Instead of using the request method of $_GET
,
We are going to use the $_REQUEST
method. This
allows for all request methods to be supported.
The order that they take effect depends on settings in your php.ini file.
The downside of this method is that the URL parameters must match the way 1ShoppingCart sends the request.
ie: .../[email protected]&Name=John Doe&Zip=12345