如何在我的网站上使用file_get_contents

时间:2017-04-13 08:49:28

标签: javascript php angularjs ionic-framework

当我想使用file_get_content时我有一些问题,当我在文件中使用www.google.com获取内容时它可以工作但如果我在本地服务器中调用我的网络它不起作用。我的本地服务器连接vpn服务器。 这是我的代码php

echo file_get_contents("https://omg-indonesia.softether.net:88/gammu/kirim.php");

这是我的错误

Warning: file_get_contents(https://omg-indonesia.softether.net:88/gammu/kirim.php): failed to open stream: Connection timed out in /home/vmxtmjbe/public_html/web.php on line 320

请帮我解决我的问题

1 个答案:

答案 0 :(得分:0)

这可能是一个执行问题,网站的大小很重要。试试这个

ini_set('max_execution_time', 300);

尝试一下,可能300太多了。