hi,
hier ist ein bißchen Code.
155: ...
156: $file = "hallo.p";
157: if ((substr($file,($strlen($file)-1),1)) === 'p') { echo "P-File DETECTED"; }
158: ...
hier die Fehlermeldung
Fatal error: Call to undefined function: () in path/file.php on line 157
Muss noch irgend eine Bibliothek eingebunden werden ????
thx
Gruß
Ansgar
hier ist ein bißchen Code.
155: ...
156: $file = "hallo.p";
157: if ((substr($file,($strlen($file)-1),1)) === 'p') { echo "P-File DETECTED"; }
158: ...
hier die Fehlermeldung
Fatal error: Call to undefined function: () in path/file.php on line 157
Muss noch irgend eine Bibliothek eingebunden werden ????
thx
Gruß
Ansgar
PHP-Code:
if ((substr($file,($strlen($file)-1),1)) === 'p') { echo "P-File DETECTED"; }
Kommentar