wozu die hochkommatas? es ist doch eine variabel.
änder es mal folgendermassen ab:
<?
if($q == '') {
$q = "vote/myPoll.php";
$l = "?";
}
else {
$variable = $q;
}
?>
<?php include($q); ?>
wozu die hochkommatas? es ist doch eine variabel.
änder es mal folgendermassen ab:
<?
if($q == '') {
$q = "vote/myPoll.php";
$l = "?";
}
else {
$variable = $q;
}
?>
<?php include($q); ?>