include("topic.php?topic=home")
$_GET['topic'] = 'home';include('topic.php');
$topic = 'home';include('topic.php');
<?php$topic = file_get_contents('topic.php?topic=home');echo $topic;?>