Thread
:
How do you display another page in the current page
View Single Post
#
2
(
permalink
)
05-15-2008, 12:12 PM
MrPickle
Sr. Programmer
Join Date: Nov 2007
Location: England, Lincolnshire
Posts: 286
iTrader: (
0
)
You can use the fopen() function.
For example:
PHP Code:
<?php
$handle
=
fopen
(
"http://www.com"
,
"r"
);
?>
__________________
MrPickle
View Public Profile
Send a private message to MrPickle
Find all posts by MrPickle