What's new

Closed Sms api

Status
Not open for further replies.

Netflix

Forum Veteran
Joined
Jul 12, 2016
Posts
1,825
Reaction
816
Points
883
Mga boss, sinong may alam ng FREE (for testing muna) SMS api integration site. Gagamitin ko lang sa user verification ng system na didevelope thru SMS.
I already tried signing up sa textlocal.com pero di ako maka register di ko alam kung bakit , bagong email naman ginawa ko tapos nag propromt na 'there's already an account to that email'.
I'm using php po pala.

Or my any idea kayo.



Salamat po sa maka advice.
 
itextmo.com sir

function itexmo($number,$message,$apicode){
$ch = curl_init();
$itexmo = array('1' => $number, '2' => $message, '3' => $apicode);
curl_setopt($ch, CURLOPT_URL,"You do not have permission to view the full content of this post. Log in or register now.");
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS,http_build_query($itexmo));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
return curl_exec ($ch);
curl_close ($ch);
}
 
Magtxt.com
Sge boss itry ko.
itextmo.com sir

function itexmo($number,$message,$apicode){
$ch = curl_init();
$itexmo = array('1' => $number, '2' => $message, '3' => $apicode);
curl_setopt($ch, CURLOPT_URL,"You do not have permission to view the full content of this post. Log in or register now.");
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS,http_build_query($itexmo));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
return curl_exec ($ch);
curl_close ($ch);
}
Na try ko to boss 10 sms lang per day at merong kunting ads sa dulo pero ayus na.

Meron akong na discover local api lang gamit yung mismong android phone ko at coconsume sya ng load sa mismong sim ko.

Salamat mga boss.
 
Sge boss itry ko.

Na try ko to boss 10 sms lang per day at merong kunting ads sa dulo pero ayus na.

Meron akong na discover local api lang gamit yung mismong android phone ko at coconsume sya ng load sa mismong sim ko.

Salamat mga boss.

ano yan boss? pa sahre din . yun din poblema ko din jan e
 
Status
Not open for further replies.

Similar threads

Back
Top