לתועלת ציבור הת"תים בכל ארץ הקודש| מודל API לשמיעת איפה אוחז המתרים בנדרים פלוס
-
@דוד-5555
נכון, אם תרצה יש לי קוד לזה אוכל לתת לך -
@פיסטוק-פרווה אשמח מאוד
תודה רבה! -
<?php $print = json_decode(file_get_contents("https://www.call2all.co.il/ym/api/GetTextFile?token=039660770:0000&what=ivr2:/9/3/LogCreditCardOK.ymgr")); $print = explode("\r\n",$print->contents); $c = count($print)-1; for($g=0;$g<$c;$g++){ $s = explode("%BillingSum#",$print[$g]); $s = explode("%",$s[1]); $sum=$sum+$s[0]; } print "id_list_message=t-הסכום שנתרם הוא.n-$sum.t-על יד.n-$c.t-תורמים&"; ?>