@פיסטוק-פרווה כתב בכמה לינקים להפעלה בקוד:
@yosafizak
קוד יותר קליל שבו תוכל גם כן להוסיף כמה לינקים שאתה רוצה:
| <?php |
| file_get_contents("לינק ראשון"); |
| file_get_contents("לינק שני"); |
| file_get_contents("לינק שלישי"); |
| ?> |
וכן הלאה, שים לב שבקודים האלו (גם במה שהבאת) זה רק מפעיל את הלינק מבלי להתייחס לתוצאה!
בהצלחה!!
משום מה זה לא עובד לי.
אם אני מריץ את הקוד ככה:
| <?php |
| file_get_contents("https://www.call2all.co.il/ym/api/UploadTextFile?token=0700000000:1234&what=ivr2:/ext.ini&contents=type=menu"); |
| file_get_contents("https://www.call2all.co.il/ym/api/UploadTextFile?token=0770000000:1234&what=ivr2:/1/ext.ini&contents=type=routing_yemot%0Arouting_yemot_number=0770000000%0Atitle="); |
| file_get_contents("https://www.call2all.co.il/ym/api/UploadTextFile?token=0770000000:1234&what=ivr2:/2/ext.ini&contents=type=routing_yemot%0Arouting_yemot_number=0770000000%0Atitle="); |
| file_get_contents("https://www.call2all.co.il/ym/api/UploadTextFile?token=0770000000:1234&what=ivr2:/3/ext.ini&contents=type=routing_yemot%0Arouting_yemot_number=0770000000%0Atitle="); |
| ?> |