Hi!
Na das hört sich ja gut an!
also einfach
$typ = getimagesize($file);
if ($typ[2]>=1 && $typ[2]<=3){
// alles OK...}
else {
// kein Bild }
oder?
Grüße
Andreas
Hi!
Na das hört sich ja gut an!
also einfach
$typ = getimagesize($file);
if ($typ[2]>=1 && $typ[2]<=3){
// alles OK...}
else {
// kein Bild }
oder?
Grüße
Andreas