4images Forum & Community
4images Modifications / Modifikationen => Mods & Plugins (Requests & Discussions) => Topic started by: markusstruebel on August 28, 2002, 07:20:57 AM
-
Hallo,
ist es möglich, beispielsweise in der Datei category_bit.html eine php-Datei zu includen??
Ich habe es ganz normal mit <? include("blabla.php"); ?> versucht, im Quelltext wird aber <? interpretiert, also dargestellt, und nicht vom Server verarbeitet.
Was nun?
Markus
-
Versuchs mal mit:
<?php include("blabla.php"); ?>
Gruß Jan