Exemplo n.º 1
0
            $attachments[0] = $_FILES['attachment0'];
        }
        if (isset($_FILES['attachment1'])) {
            $attachments[1] = $_FILES['attachment1'];
        }
        if (isset($_FILES['attachment2'])) {
            $attachments[2] = $_FILES['attachment2'];
        }
        if (isset($_FILES['attachment3'])) {
            $attachments[3] = $_FILES['attachment3'];
        }
        if (isset($_FILES['attachment4'])) {
            $attachments[4] = $_FILES['attachment4'];
        }
    }
    $mmsResponse = $sender->sendMMS($senderAddress, $address, $message, $attachments, $senderName, $clientCorrelator, $notifyURL, $callbackData);
}
?>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  <head>    
    <title>
      GSM World | OneAPI Toolkit
    </title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="keywords" content="GSM, GSMA, GSM Association, Mobile, Mobile World Congress, Mobile Asia Congress, Mobile Awards, Global Mobile Awards, 3GSM, Mobile Broadband, Spectrum, Development Fund, Mobile Money, Mobile Innovation, Pathfinder, Open Connectivity, Fraud" />
    <meta name="description" content="The GSMA represents the interests of the worldwide mobile communications industry. Spanning 219 countries, the GSMA unites more than 750 of the world&rsquo;s mobile operators, as well as 200 companies in the broader mobile ecosystem." />
    <link rel="stylesheet" href="screen.css" type="text/css" media="screen" />
    <link rel="stylesheet" href="toolkit.css" type="text/css" media="screen" />

    <link rel="shortcut icon" href="#" />
</head>