Welcome Guest, Not a member yet? Register   Sign In
Cant post code!!!!???
#6

[eluser]behnampmdg3[/eluser]
Hi now I get this:
Quote:Error: The auth data you have provided is invalid.
I think passing $param is not working!
Code:
$params = array('aaa', 'aaaa');
   $this->load->library('Mysms', $params);
   //$api=new transmitsmsAPI("****",'****');
   $result=$this->mysms->sendSms(
    'Hello how are you?', '****', '****');
    
    // sending to a list
    //$result=$api->sendSms('test', null, 'callerid', null, 6151);
    
    if($result->error->code=='SUCCESS')
    {
        echo "Message to {$result->recipients} recipients sent with ID
        {$result->message_id}, cost {$result->cost}";
    }
    else
    {
        echo "Error: {$result->error->description}";
    }


Messages In This Thread
Cant post code!!!!??? - by El Forum - 01-28-2014, 10:56 PM
Cant post code!!!!??? - by El Forum - 01-28-2014, 10:57 PM
Cant post code!!!!??? - by El Forum - 01-29-2014, 03:43 AM
Cant post code!!!!??? - by El Forum - 01-29-2014, 02:41 PM
Cant post code!!!!??? - by El Forum - 01-29-2014, 03:41 PM
Cant post code!!!!??? - by El Forum - 01-29-2014, 05:07 PM
Cant post code!!!!??? - by El Forum - 01-29-2014, 05:08 PM
Cant post code!!!!??? - by El Forum - 01-29-2014, 05:09 PM
Cant post code!!!!??? - by El Forum - 01-29-2014, 05:10 PM
Cant post code!!!!??? - by El Forum - 01-29-2014, 05:11 PM
Cant post code!!!!??? - by El Forum - 01-29-2014, 05:15 PM
Cant post code!!!!??? - by El Forum - 01-29-2014, 05:15 PM
Cant post code!!!!??? - by El Forum - 01-29-2014, 05:22 PM
Cant post code!!!!??? - by El Forum - 01-29-2014, 05:25 PM
Cant post code!!!!??? - by El Forum - 01-29-2014, 05:35 PM
Cant post code!!!!??? - by El Forum - 01-29-2014, 05:36 PM
Cant post code!!!!??? - by El Forum - 01-29-2014, 05:36 PM
Cant post code!!!!??? - by El Forum - 01-29-2014, 05:43 PM
Cant post code!!!!??? - by El Forum - 01-29-2014, 05:45 PM
Cant post code!!!!??? - by El Forum - 01-29-2014, 05:51 PM
Cant post code!!!!??? - by El Forum - 01-29-2014, 05:52 PM
Cant post code!!!!??? - by El Forum - 01-31-2014, 06:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB