|
From: Derek B. <de...@cs...> - 2003-11-05 16:55:33
|
On the PHP side of things, I'm thinking we should redo the {request} object.
Currently we just use the $_REQUEST array from PHP which contains all
variable methods, I'm thinking we should create an array with categories of.
param = combination of $_GET and $_POST
cookie = $_COOKIE
file = $_FILE
etc
That way it would more closely simulate the Perl side of things, and
allow differentation between submission methods.
Thoughts?
--
Regards,
Derek Buttineau
Internet Systems Administrator
Compu-SOLVE Internet Services
|