Page 1 of 1

Retrieving PHP information from another site?

Posted: Wed Feb 16, 2005 7:30 pm
by Dale
Say for example a site (http://www.site1.com) has a value on there called $site1posts which has a value of... 911. Is it possible for me to read from that file in PHP? (Even if they CHMOD it to 0777?)

Posted: Wed Feb 16, 2005 8:30 pm
by feyd
you won't be able to read it as the php file would be on the server, unless they don't parse php files.