mehdigogo - sms
  الصفحة الرئيسية
  القران الكريم
  تحميل البرامج
  شات
  اخبار
  تحميل متنوع
  ترجمة فورية
  مراسلة
  الجريدة
  فيديو
  كتاب الدهبي
  tv online
  الالعاب
  افلام
  امسن
  اغاني كرة القدم
  ماسنجر
  اسلام
  10
  sms
<?php
    require 'vendor/autoload.php';
    use Plivo\RestAPI;
    $auth_id = "Your AUTH_ID";
    $auth_token = "Your AUTH_TOKEN";
    $p = new RestAPI($auth_id, $auth_token);
    // Send a message
    $params = array(
            'src' => 'ALPHA-ID', // Sender's Alphanumeric ID
            'dst' => '447441906862', // Receiver's phone number with country ode
            'text' => 'Hi, text from Plivo' // Your SMS text message
        );
    $response = $p->send_message($params);
    // Print the response
    print_r ($response['response']);
?>
Aujourd'hui sont déjà 13 visiteurs (17 hits) Ici!
Ce site web a été créé gratuitement avec Ma-page.fr. Tu veux aussi ton propre site web ?
S'inscrire gratuitement