Advertisement
Guest User

Untitled

a guest
Jun 5th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. <?php
  2.     $username = $_POST['username'];
  3.     $password = $_POST['password'];
  4.         if (isset($_POST['submit'])) {
  5.             if ($username == "" || $password == "") {
  6.                 echo "אנא מלא את כל הטופס";
  7.             }
  8.             elseif ( .....................// כל הקוד!
  9.  
  10. ?>
  11.  
  12. By Rotem =]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement