P
P
pokemapsinfo2019-01-22 13:14:04
PHP
pokemapsinfo, 2019-01-22 13:14:04

What is the error, php when getting data?

Hello, I'm trying to receive SMS from the GOIP 8 control panel, on Habré I found an example of how to do it
habr.com/ru/post/258561/
Replaced the data:
Address and password.
I created a php document and pasted the code there.
transit.shastun.agency/sms/index.php
the result is this, what I did wrong.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
shitprog, 2019-01-22
@shitprog

after

#получаем сырые данные - html
$data = file_get_contents($goip_addr."/default/en_US/tools.html?type=sms_inbox", false, $context);

insert
var_dump($data);

A
Alexey Skobkin, 2019-01-22
@skobkin

Use Xdebug.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question