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
#
4
(
permalink
)
06-27-2006, 03:56 PM
AAAllen
Rookie
Join Date: Oct 2006
Posts: 5
is your server running linux?
if so you can use
<?php exec ( lynx --dump $PAGE_URL ) ?>
or
<?php exec ( links--dump $PAGE_URL ) ?>
depending on the server
AAAllen
View Public Profile
Send a private message to AAAllen
Find all posts by AAAllen