View Single Post
  #5 (permalink)  
Old 16-07-04
Retail-Therapy's Avatar
Retail-Therapy Retail-Therapy is offline
Can't Touch This
 
Join Date: May 2004
Location: КРОМИДОВО
Posts: 321
Thanks: 3
Thanked 0 Times in 0 Posts
Retail-Therapy is an unknown quantity at this point
PHP Code:
<base href="'http://www.shopscifi.co.uk/catalog/">


<?
$handle 
=  file_get_contents ("http://www.shopscifi.co.uk/catalog/index.php");

echo 
$handle;
?>
gets around all the image and other path issues
Reply With Quote