Page 1 of 1
XML on HTTPS
Posted: Thu Dec 09, 2004 5:13 pm
by dracoola
I want to read a XML file on HTTPS protocol remote address.
Do you know a way of doing that different of CURL.
Posted: Thu Dec 09, 2004 5:15 pm
by timvw
[php_man]stream[/php_man] and [php_man]file_get_contents[/php_man]
Posted: Thu Dec 09, 2004 5:25 pm
by dracoola
i tried
$httpsfile = file_get_contents("
https://www.bayinet.com.tr/bayi/XML/liste_genel_xml.asp");
but it returns :
Warning: file_get_contents(): Unable to access
https://www.bayinet.com.tr/bayi/XML/liste_genel_xml.asp in /home/vivapc/public_html/file.php on line 4
Warning: file_get_contents(
https://www.bayinet.com.tr/bayi/XML/liste_genel_xml.asp): failed to open stream: No such file or directory in /home/vivapc/public_html/file.php on line 4
Posted: Thu Dec 09, 2004 7:57 pm
by rehfeld
does file_get_contents() work at all for you?
try fetching
http://google.com
if it doesnt work, url wrappers are disabled and you need to talk to your host about that
Posted: Fri Dec 10, 2004 12:32 am
by ol4pr0
I not sure what u are trying to get. but those links u put in that file_get_contents(https:// ..ect
They not there anyway. u might wanna check those links
