Don't like ads? PRO users don't see any ads ;-)
Guest

login.php

By: a guest on Jun 26th, 2012  |  syntax: PHP  |  size: 0.57 KB  |  hits: 24  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <?php
  2.  
  3. echo
  4. '<table bordercolor="orange" border="2" width="100px" height="100px" cellspacing="1" cellpadding="1" align="center" >
  5.         <form id="login.php" name="login.php" method="post" action="giris.php">
  6.  
  7.                 <tr>
  8.                         <td>user_name</td>
  9.                         <td><input type="text" name="user_name" id="user_name" /></td>
  10.                 </tr>
  11.                 <tr>
  12.                         <td>password</td>
  13.                         <td><input type="text" name="password" id="password" /></td>
  14.                 </tr>
  15.                 <tr>
  16.                        
  17.                         <td colspan="2"><center><input type="submit" name="giris.php" value="GİRİŞ" /></center></td>
  18.                        
  19.                 </tr>
  20.                
  21.  
  22.        
  23.         </form>
  24. </table>'
  25. ?>