رفتن به مطلب

خطا در گرفتن خروجی از وب سرورس php


ehsanqw1234@gmail.com

ارسال‌های توصیه شده

با سلام 
من می خوام در کد زیر اطلاعاتی که از sql گرفتم را از طریق پیامک بفرستم به طرف 
اما سر در نمیارم 
ممنون میشم کمک کنید
خیلی حیاتی هست

 

<?php
$con = mysqli_connect("localhost","anselir_fperson","2w;U~Nygg&a^","anselir_fperson");



$mobile=$_POST['mobile'];


$sqli="select user,pass from tbl_userforat where mobile = '$mobile'";

$result=mysqli_Query($con,$sqli);


 if($result)
{
   $row = mysql_fetch_row($result);
$webServiceURL  = "http://login.parsgreen.com/Api/SendSMS.asmx?WSDL";  
$webServiceSignature = "585B2125-CB28-41CE-A8DE-B6B03D06932B";  
$webServiceNumber   = "5000290"; 
$Mobiles      = array ($mobile); // all mobile add in this array => support one or more
$isFlash = false; // falsh sms => open quick in phone and after close message , cleare from phone ;

mb_internal_encoding("utf-8");
$textMessage="
دوست و هم هیئتی عزیز ، به اپلیکیشن هیئت فرات خیابان مهدی خوش آمدید .کد فعالسازی برنامه شما 
".$row."
 می باشد.	
"; 
 $textMessage= mb_convert_encoding($textMessage,"UTF-8"); // encoding to utf-8
 // OR
 //$textMessage=iconv($encoding, 'UTF-8//TRANSLIT', $textMessage); // encoding to utf-8
 // OR
 //$textMessage =  utf8_encode( $str); // encoding to utf-8

     $parameters['signature'] = $webServiceSignature;
     $parameters['from' ]= $webServiceNumber;
     $parameters['to' ]  = $Mobiles;
     $parameters['text' ]=$textMessage;
     $parameters[ 'isFlash'] = $isFlash;
     $parameters['udh' ]= ""; // this is string  empty
     $parameters['success'] = 0x0; // return refrence success count // success count is number of send sms  success
     $parameters[ 'retStr'] = array( 0  ); // return refrence send status and mobile and report code for delivery
  
 
try 
{
    $con = new SoapClient($webServiceURL);  
    $responseSTD = (array) $con ->SendGroupSMS($parameters); 
    $responseSTD['retStr'] = (array) $responseSTD['retStr'];

}
catch (SoapFault $ex) 
{
    echo $ex->faultstring;  
}
	echo "1";

}
else
{
    echo "0";


}
mysqli_close($con);
	




?>

 

 

لینک ارسال
به اشتراک گذاری در سایت های دیگر

بایگانی شده

این موضوع بایگانی و قفل شده و دیگر امکان ارسال پاسخ نیست.

  • کاربران آنلاین در این صفحه   0 کاربر

    • هیچ کاربر عضوی،در حال مشاهده این صفحه نیست.
×
×
  • اضافه کردن...