Hi i want to send http post requests to a windows host from php so i can fetch data from that host and i want to send 2 requests in same php page.
Check the curl() function, it'll do what you want, I think....