Search found 3 matches

by dracoola
Sun Jul 03, 2005 10:52 am
Forum: PHP - Code
Topic: editing another user's file
Replies: 1
Views: 202

editing another user's file

Hi !

I want to edit apache's config file with a php script.
But as you know php can't reach the root's file.
How can i edit this config file?
by dracoola
Thu Dec 09, 2004 5:25 pm
Forum: PHP - Code
Topic: XML on HTTPS
Replies: 4
Views: 435

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_conten...
by dracoola
Thu Dec 09, 2004 5:13 pm
Forum: PHP - Code
Topic: XML on HTTPS
Replies: 4
Views: 435

XML on HTTPS

I want to read a XML file on HTTPS protocol remote address.

Do you know a way of doing that different of CURL.