Jump to content

sabams

New Members
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

sabams's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. curl is working on the production sever they told me is they they dont support port 8080 on their server, so i had to remove it from the link. Its now working. Thanks.
  2. I USE THE CODE TO SEND SMS, WHICH WORKS FINE ON MY LOCALHOST BUT AFTER DEPLOYING THE SITE, IT STOPPED WORKING. PLEASE KINDLY HELP $vars="username=".$username."&password=".$password."&type=0&dlr=1&source=".$_POST['from']. "&message=".$_POST['message']."&destination=".$recipient; $curl=curl_init('http://smsplus3.routesms.com:8080/bulksms/bulksms'); curl_setopt($curl, CURLOPT_POST, TRUE); curl_setopt($curl, CURLOPT_POSTFIELDS, $vars); curl_setopt($curl, CURLOPT_RETURNTRANSFER, TRUE); $result=curl_exec($curl); curl_close($curl);
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.