Forum Moderators: coopster
<?php
include('linx.html');
?>
<?php
include('/new/linx.html');
?> <?php
include('./new/linx.html');
?>
<?php
include('../new/linx.html');
?>
<?php
include('new/linx.html');
?>
<?php
include('/var/www/vhosts/sitedomain/new/linx.html');
?> var iframesrc="/news/mysourcefile.htm" ...but it doesn't matter where I put the php include on the page, it just starts displaying near the top of the page