Hi
I would like to make successive posts (queries) to a web page. To do
this I use fsockopen() as many times as the number of posts. But I
guess that this may be done via only one socket. Is this true? Or any
other way of doing this shorter? Because it comes to me redundant to
open as many sockets as queries.
Thanks
I would like to make successive posts (queries) to a web page. To do
this I use fsockopen() as many times as the number of posts. But I
guess that this may be done via only one socket. Is this true? Or any
other way of doing this shorter? Because it comes to me redundant to
open as many sockets as queries.
Thanks
Comment