Php
$kullanici=$_GET["kullanici"];
$sorgula=mysql_query("select * from kullanicilar where adi='".$kullanici."');
$bul=mysql_num_row($sorgula);
if($bul <= 0)
{
touch("diziadi/".$kullanici.".txt");
print "kullanıcı yoktu bende $kullanici .txt adında dosya oluşturdum :)";
}
2012-01-27 19:50:36