Guest User

Untitled

a guest
Oct 18th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. if(empty($_POST["comment"]) && $_POST["comment"] <= 10){
  2. $comment_err = "Please send a message more than 10 characters";
  3. }
  4. else{
  5. $comment = sanitize($_POST["comment"]);
  6. }
Add Comment
Please, Sign In to add comment