Tach
Parse error: parse error in sck_text_fast.php3 on line 56
Ausgehend von der Endung ".php3" tippe ich auf eine PHP-Version 3.x
!!!56!!! foreach($regs as $reg) { !!!56!!!!
Woran kann das liegen?
Man werfe einen Blick in die PHP-Doku:
http://www.php.net/manual/en/control-structures.foreach.php
Erster Satz: "PHP 4 (not PHP 3) includes a foreach construct, much like Perl and some other languages"
Und da ich nicht auf die PHP-Konfiguration auf diesem Server Einfluss nehmen kann, wie koennte man es umgehen, wenn es irgendwas mit der Konfiguration zu tun hat?
foreach selber basteln ;)
Ich weiß nicht ob while(list($k, $v) = each($arrayblafoo)) in PHP3 läuft und bin grade auch zu faul zum Nachschaun ;)
Ciao,
Harry