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

[eluser]behnampmdg3[/eluser]
Ok;

Good point. As you say, the constructor expects 2 params:
Code:
public function __construct($key, $secret)
  {
   $this->authHeader=array('Authorization: Basic '.base64_encode($key.':'.$secret));
  }


I changed to this below, but now I get blank page.

$param1 = 'skdjalsd';
$param2 = '87989';
$this->load->library('Mysms', $param1, $param2);


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