Posted by Jerry Stuckle on 05/18/07 11:36
java.inet@gmail.com wrote:
> hi
>
>
> can u tell me predifined variables of $_GET and $_POST if internal
> structure.......
>
> and how to execute the HTTP GET and HTTP POST method in internally
>
They are just associative arrays (which PHP implements as hash tables).
And I'm not sure what you mean by "execute the HTTP GET and HTTP POST
method in internally". Do you mean you want to make a HTTP request
through PHP? If so, you can use CURL.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|