Advertisement
Guest User

Untitled

a guest
Jul 8th, 2015
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.88 KB | None | 0 0
  1. <form action='' method='post'>
  2.             <fieldset class='registrace'>
  3.                 <h1>Údaje k úpravě inzerce</h1>
  4.                      
  5.                 <table class='registrace'>
  6.                  <tr>
  7.                   <th>Nový Email:</th>  
  8.                   <td>
  9.                     <input type='email' name='email' placeholder=' Email..' required />
  10.                   </td>
  11.                  </tr>
  12.                        
  13.                  <tr>
  14.                   <th>Nové Heslo:</th>  
  15.                   <td>
  16.                     <input type='password' min='3' name='heslo' placeholder=' Heslo ...' required />
  17.                   </td>
  18.                  </tr>
  19.                 <table class='registrace'>
  20.                  <tr>
  21.                   <th><?= $_SESSION['captcha'][0]." + ". $_SESSION['captcha'][1]. " = "?></th>  
  22.                   <td>
  23.                     <input type='number' name='captcha' placeholder=' součet' required />
  24.                   </td>
  25.                  </tr>
  26.                 </table>
  27.                  <tr>
  28.                   <th> </th>
  29.                   <td><input class='button' type='submit' name='dokoncit' Value='Dokončit'></td>
  30.                  </tr>
  31.                 </table>   
  32.             </fieldset>
  33.             </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement