<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic SMS via PHP by SMPP account in Archive</title>
    <link>https://business.forums.bt.com/t5/Archive/SMS-via-PHP-by-SMPP-account/m-p/51310#M14924</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a PHP script that supposed to send one SMS to entered MSISDN (Mobile) number without waiting for reply or receiving something back. It’s just one shot. I know that SMPP is required to connect to SMSC server so I asked my ISP and they gave me SMPP v3.4 account with below details: System ID Password System type Short code Port IP address How can I send the SMS with the details provided via PHP ? I want it to be very simple with no much SS7 thing. The entered mobile number is stored in $mobile and the body is in $body&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; &amp;lt;?

$mobile = xxxxxxxx;
$body = Hello world;

//connect to SMSC server via SMPP

// send SMS to $mobile containing $body as a message

//end connection


?&amp;gt; &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Need help..&lt;IMG src="http://imagicon.info/cat/12-1/text-smiley.png" border="0" /&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 03 Mar 2013 09:49:43 GMT</pubDate>
    <dc:creator>orthohin</dc:creator>
    <dc:date>2013-03-03T09:49:43Z</dc:date>
    <item>
      <title>SMS via PHP by SMPP account</title>
      <link>https://business.forums.bt.com/t5/Archive/SMS-via-PHP-by-SMPP-account/m-p/51310#M14924</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a PHP script that supposed to send one SMS to entered MSISDN (Mobile) number without waiting for reply or receiving something back. It’s just one shot. I know that SMPP is required to connect to SMSC server so I asked my ISP and they gave me SMPP v3.4 account with below details: System ID Password System type Short code Port IP address How can I send the SMS with the details provided via PHP ? I want it to be very simple with no much SS7 thing. The entered mobile number is stored in $mobile and the body is in $body&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; &amp;lt;?

$mobile = xxxxxxxx;
$body = Hello world;

//connect to SMSC server via SMPP

// send SMS to $mobile containing $body as a message

//end connection


?&amp;gt; &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Need help..&lt;IMG src="http://imagicon.info/cat/12-1/text-smiley.png" border="0" /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Mar 2013 09:49:43 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/SMS-via-PHP-by-SMPP-account/m-p/51310#M14924</guid>
      <dc:creator>orthohin</dc:creator>
      <dc:date>2013-03-03T09:49:43Z</dc:date>
    </item>
  </channel>
</rss>

