Hi,
I am new to PHP. What are the equivalents of globals objects, like request, response and application of ASP and JSP in PHP? I suppose the super global array $REQUEST is the equivalent of request object. But it is an array. Is there any object equivalent of $REQUEST?
My problem is, I am creating an object of a java class in a php page. One of the object's methods requires $_REQUEST as an object not an array. Need help.
Thanks
neggiraj