Author Topic: eine Datei includen  (Read 4236 times)

0 Members and 1 Guest are viewing this topic.

Offline markusstruebel

  • Newbie
  • *
  • Posts: 15
    • View Profile
    • http://www.markus-struebel.de
eine Datei includen
« 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
====================
Markus Strübel
mail @ markus-struebel.de
webmaster @ notfallkrisenteam.de
Azubi @ telekom.de

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
eine Datei includen
« Reply #1 on: August 28, 2002, 08:22:09 AM »
Versuchs mal mit:
<?php include("blabla.php"); ?>

Gruß Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search