Nie wyświetla mi się nic, nawet komunikat o błędzie:(
Kod
<?php
ob_start();
include_once("../../../files/groups/index.php");
$plik = fopen("../../../files/groups/index.php","r");
chmod("../../../files/groups/index.php","w+");
$tresc = "<?php
\$group[$q] = \"\"
?>";
echo $tresc;
fwrite($plik,$tresc);
chmod("../../../files/groups/index.php","r");
fclose($plik);
ob_end_flush();
?>
ob_start();
include_once("../../../files/groups/index.php");
$plik = fopen("../../../files/groups/index.php","r");
chmod("../../../files/groups/index.php","w+");
$tresc = "<?php
\$group[$q] = \"\"
?>";
echo $tresc;
fwrite($plik,$tresc);
chmod("../../../files/groups/index.php","r");
fclose($plik);
ob_end_flush();
?>