i've got my index.php file which is just one table cell with 5 rows and 2 columns, and in the right column i;ve inserted an empty table with the following php code in it.
Code:
<?php @ include($_GET["file"] . "home.html"); @ require_once ("$file.html");?>
but when i look at it online the last row in my index.php file is cut off completely? is this peice of code faulty the way i've set it up? Please help!