Thread
:
Can PHP read in source code from another webpage external of the server to which the PHP code is run on?
View Single Post
#
6
(
permalink
)
06-30-2006, 01:53 PM
wooncherk
Rookie
Join Date: Jul 2007
Posts: 5
U can open other pages as files:
$f = fopen ("http://www.site/page.htm", r);
wooncherk
View Public Profile
Send a private message to wooncherk
Find all posts by wooncherk