Advertisement
zero50x

Объединённый index

Apr 7th, 2014
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.51 KB | None | 0 0
  1. <form action="validator.php" method="POST">
  2. ФИО: <input name="fio" type="text" />
  3. <br />
  4. Телефон: <input name="tel" type="text" />
  5. <br />
  6. <textarea name="text">Введите текст</textarea>
  7. <br />
  8. </form>
  9.  
  10. Введите код с картинки:
  11. <br/>
  12.  <img style="border: 1px solid gray; background: url('bg_capcha.png');" src = "captcha.php" width="120" height="40"/>
  13. <br/>
  14.      <input type="text" name="capcha" />
  15.      <input type="submit" name="send" value="Проверить"/>
  16. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement