When I am executing a PHP routine, I would like to start a page on
a server. Could be also interesting to receive back the answer so
I can use it contents in my program.
In other words as a sample when I am at some point of execution of
a my PHP routine I would like to send to the network:
http://www.someserver. com/somefunction.ph p?&user=$auser
Eventually I would like to receive in some way the answer page from
the server.
It's possible to do this?
Thank you from Franco in Italy
a server. Could be also interesting to receive back the answer so
I can use it contents in my program.
In other words as a sample when I am at some point of execution of
a my PHP routine I would like to send to the network:
http://www.someserver. com/somefunction.ph p?&user=$auser
Eventually I would like to receive in some way the answer page from
the server.
It's possible to do this?
Thank you from Franco in Italy
Comment