Konu
include kodu Hata
19-02-2008, 19:13:33
#2
witamin
Doğrusu bu şekilde olmalı;
<?
$id == "";
if ($id == "") {
include "1.txt";
}
elseif ($id == "1") {
include "2.txt";
}
else print "Hata mesajı..";
?>