Hi there,
with fopen() (or include() and maybe some others) I can open a remote URL and generally can do "things" with it. I can even add parameters by submitting a querystring like ?variable1=value1&variable2=value2 and so on.
This type of submittion is very similar if not identical to a HTML code
<FORM action="http://www.someserver.com" method="GET">
Now, does anyone know if it's possible to do POST-equal Queries?
Thanks in advance,
Dominique