Guest User

Untitled

a guest
Oct 20th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <?
  2. if($_POST) { echo count(explode("\n",$_POST['text'])); exit; }
  3. ?>
  4. <center>
  5. <form method="POST" action="">
  6. <textarea rows="17" name="text" cols="33"></textarea><br>
  7. <input type="submit" value="Submit" name="ok">
  8. </form>
  9. </center>
Add Comment
Please, Sign In to add comment