hatalı kod kısmı "$x=$x+1;"
$x tanımsız olarak belirtiyor.
echo "<table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\">
<tr>";
while($yaz=readdir($dizinac)){
if(! ereg("[.]",$yaz)){
if(file_exists($dizin."/".$yaz."/Yonet/yol.php")){
include($dizin."/".$yaz."/Yonet/yol.php");
$x=$x+1;
if($x==5){
echo "<tr></tr>";
$x=0;
}
}else{
}
}
}
Yol("Yonet.php?Git=Cikis","cikis.gif","Oturumu Kapat");
echo "</tr></table>";
TabloKapat();Notice: Undefined variable: x in E:\EasyPHP 2.0b1\www\portaldeneme\yonet.php on line 140