Not familiar with the POR content units, but are they just sending HTML to the browser, rather than containing PHP code that needs to be executed?
If they are just HTML, try the following which may be allowed:
PHP Code:<?php
$file_contents = file_get_contents('http://url.com/');
// display file
echo $file_contents;
?>
LinkBack URL
About LinkBacks
Reply With Quote


Bookmarks