Skip to content

gMagicScott/static-as

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Master PHP

Author: Scott Lesovic

About

A remastered version of master.php by Chris Rose

One file, multiple request types

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

About

Static Files for AS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages