Mailinglisten-Archive |
Hi Nico, > > Parse error: parse error, unexpected T_VARIABLE in index.php on line 1 > > > > Der Code lautet: > > ----- > > <?php > > $navigation_file = "navigation/navigation.csv"; > > ----- > http://www.codingforums.com/archive/index.php/t-48711 sollte helfen. OK, Möglichkeit 1: ich schreibe <? statt <?php --> finde ich unsauber und es kommt folgende Fehlermeldung, obwohl die function existiert: ----- Fatal error: Call to undefined function: get_title() in index.php on line 1 ----- Hier die verursachende Zeile Code: ----- <title><? print get_title($file5, $navigation_file); ?></title> ----- Möglichkeit 2: ich mache eine .htaccess mit folgendem Inhalt (mehr steht bei mir da nicht drin): php_value short_open_tag off; Wenn ich das so mache, dann kommt die Fehlermeldung: ----- Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Apache/df-exts 1.1 Server at www.design-to-use.de Port 80 ----- Um Hilfe wäre ich sehr dankbar! Grüssle, Tobias
php::bar PHP Wiki - Listenarchive