Guvenlik kodu class - checking..


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

Written by Zafer Korucu


Copy this code and paste it in your HTML
  1. <?php
  2. if ($_SESSION ['guvenlikkodu'] == $_POST ['guvkodu']) {
  3.  
  4. //Güvenlik Kodu Doğrulandı
  5.  
  6.  
  7. } else {
  8.  
  9. //Güvenlik Kodu Hatalı
  10.  
  11.  
  12. }
  13. ?>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.