Guest User

Untitled

a guest
May 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1.  
  2. if(strlen($tytul) < 3) { $krotkiTytul = true; }
  3. if(strlen($tytul) > 55) { $dlugiTytul = true; }
  4. if(strlen($opis) < 15) { $krotkiOpis = true; }
  5. if(strlen($opis) > 300) { $dlugiOpis = true; }
  6. if(strlen($link) < 25) { $krotkiLink = true; }
  7. if(strlen($link) > 250) { $dlugiLink = true; }
Add Comment
Please, Sign In to add comment