You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ok thank you, for the moment I do the job like this $url = 'https://api.smsapi.com/prices.do'; $c = curl_init(); curl_setopt($c, CURLOPT_URL, $url); curl_setopt($c, CURLOPT_POST, true); $curl_postfields = 'username='.$username.'&password='.$password; curl_setopt($c, CURLOPT_POSTFIELDS,$curl_postfields); curl_setopt($c, CURLOPT_RETURNTRANSFER, true); $jsonContent = curl_exec($c);
There is no action to look up for the prices per sms per country
The text was updated successfully, but these errors were encountered: