I think I solved the question. The code should have been like this

PHP Code:
<?php
    
if ($this_is_home_page) {
    echo 
'<tr>';
    require(
"sliderExperimental.php");
    echo 
'</tr>';
    }
    
?>