Guvenlikkodu Class - Uygulama


/ Published in: PHP
Save to your folder(s)

Written by Zafer Korucu


Copy this code and paste it in your HTML
  1. <?php
  2. //Güvenlik Kodumuzu Üretelim
  3. $kodUret = new GuvenlikKodu ( );
  4. $kodUret->Kod ();
  5.  
  6. // Ekrana Basalım
  7. echo "<img src='guvenlik_resmi.php' />";

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.