<?php $typ = $_FILES['fotka']['type']; if ( $typ != 'image/jpeg' && $typ != 'image/jpg' && $typ != 'image/JPG' && $typ != 'image/JPEG' && $typ != 'image/gif' && $typ != 'image/png' ) { return false; } ?>
Znacie może jakieś lekarstwo?
<?php $typ = $_FILES['fotka']['type']; if ( $typ != 'image/jpeg' && $typ != 'image/jpg' && $typ != 'image/JPG' && $typ != 'image/JPEG' && $typ != 'image/gif' && $typ != 'image/png' ) { return false; } ?>