您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息
免费发信息

短信平台PHP代码一点通_PHP教程

2024/4/18 14:02:16发布6次查看
近段时间接触短信平台机会比较多,想想好像客户方面的短信平台就是用php做出来的,心痒痒便找了一下资料学习一下,代码如下:
'sdk-bbx-010-xxxxx', 
   'pwd'=>'xxxxxx', 
   'mobile'=>'134338xxxxx', //测试的手机号
                 'content'=>'你好吗,测试短信' 
   );    
//构造要post的字符串 
foreach ($argv as $key=>$value) { 
          if ($flag!=0) { 
                         $params .= &; 
                         $flag = 1; 
          } 
         $params.= $key.=; $params.= urlencode($value); 
         $flag = 1; 
          } 
         $length = strlen($params); 
                 //创建socket连接 
         $fp = fsockopen(sdk2.entinfo.cn,80,$errno,$errstr,10) or exit($errstr.--->.$errno); 
         //构造post请求的头 
         $header = post /z_send.aspx http/1.1\r\n; 
         $header .= host:sdk2.entinfo.cn\r\n; 
         $header .= referer:/mobile/sendpost.php\r\n; 
         $header .= content-type: application/x-www-form-urlencoded\r\n; 
         $header .= content-length: .$length.\r\n; 
         $header .= connection: close\r\n\r\n; 
         //添加post的字符串 
         $header .= $params.\r\n; 
         //发送post的数据 
         fputs($fp,$header); 
         $inheader = 1; 
          while (!feof($fp)) { 
                         $line = fgets($fp,1024); //去除请求包的头只显示页面的返回数据 
                         if ($inheader && ($line == \n || $line == \r\n)) { 
                                 $inheader = 0; 
                          } 
                          if ($inheader == 0) { 
                                // echo $line; 
                          } 
          } 
        if($line==1) 
         { 
       echo '短信发送成功 请查收 返回值'.$line ;  
         }else 
         { 
          echo '短信发送失败,请根据返回值查看相关错误问题 返回值'.$line ; 
         } 
fclose($fp);
http://www.bkjia.com/phpjc/735169.htmlwww.bkjia.comtruehttp://www.bkjia.com/phpjc/735169.htmltecharticle近段时间接触短信平台机会比较多,想想好像客户方面的短信平台就是用php做出来的,心痒痒便找了一下资料学习一下,代码如下: ?php...
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录