per esempio ho fattto questo per prova ma non succede niente

if(!isset($_GET['q'])) include('list.htm');
else {
$text = $_GET['q'];
$filename = "list.htm";

$file=file_get_contents("list.htm");

foreach ($file as $p) {
echo $p . "\n";
}