Guest User

Untitled

a guest
Jun 24th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. $rozdzielczosc = getimagesize($_FILES['zdjecie']['tmp_name']);
  2. if($rozdzielczosc[0]<400 AND $rozdzielczosc[1]<300) { $malaRozdzielczosc = true; }
Add Comment
Please, Sign In to add comment