20 באפר׳ 2023, 15:03

@הלי זה הקוד אני מסתבך תוכל לעדכן לי עם הקבלת נתונים

<<?php
$did = $GET_['ApiDID'];
$password = $GET_['password'];
$path = $GET_['path'];
$text= $GET_['text'];
$url = file_get_contents("https://www.call2all.co.il/ym/api/UpdateExtension?token=$did:$password&what=ivr2:$path&$text");
print $url;
?>

ini_set('display_errors', '1');
ini_set('display_startup_errors', '1');
error_reporting(E_ALL);
// print "id_list_message=t-עודכן בהצלחה"
;exit();