我想在另一台服务器上使用短信服务。
发送短信的网址是
http://www.abcd.in/test/SMSService.cfc?method=SendSMS&Message=msg&mobno=982545331&AppID=lrs-ESID
我想在PHP脚本中使用此URL。我不知道怎么做。请帮忙
答案 0 :(得分:2)
看来你只需要用参数调用那个url。有几种方法可以做到这一点。其中一个是使用file_get_contents函数,另一个是使用cURL
以下是一些示例:http://www.blogs.zeenor.com/it/how-to-call-the-web-services-through-php.html