Guest User

Untitled

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