Hallo Jonas,
...
if($bildtyp)$bildtyp = strtolower($bildtyp);
$typerlaubt = strpos($erlaubteEndungen, $bildtyp);
echo"<br>typerlaubt: $typerlaubt";
...
und strpos
Viele Grüße,
Jochen
Hallo Jonas,
...
if($bildtyp)$bildtyp = strtolower($bildtyp);
$typerlaubt = strpos($erlaubteEndungen, $bildtyp);
echo"<br>typerlaubt: $typerlaubt";
...
und strpos
Viele Grüße,
Jochen