Hi
I want to send data to remote server ,I have used http_post_data and cURL and even fsockopen method.
For http_post_data it has give me undefined function error.For cURL i have included curl libraries .dll file ,uncommented curl extension from php.ini file though it's giving error like curl_init() can not be initialised.
same with fsockopen method.
I just want to post data to server through http,and want to catch response,anybody can please help me?
any simple function in php which is used to post data to server?