hi, ich hab folgendes problem mit der datei index.php meiner site. ich hab ne tabelle mit 3 Spalten (wie bie frames: Banner, Inhalt, Hauptframe) und möchte mittels include befehl das menu, usw einfügen. wenn das jetzt z.B. so ausschaut ...
<table>
<tr>
<td>
<?php inlcude("modules/news/index.php?id=show"); ?>
</td>
</tr>
</table>
... kommt folgende fehlermeldung:
Warning: Failed opening 'modules/home/index.php?id=test' for inclusion (include_path='') in C:\Programme\Apache Group\Apache2\htdocs\space-lab2\index.php on line 109
was gibts für eine Alternative? Für include oder was kann ich machen damit des funktioniert?
mfg
<table>
<tr>
<td>
<?php inlcude("modules/news/index.php?id=show"); ?>
</td>
</tr>
</table>
... kommt folgende fehlermeldung:
Warning: Failed opening 'modules/home/index.php?id=test' for inclusion (include_path='') in C:\Programme\Apache Group\Apache2\htdocs\space-lab2\index.php on line 109
was gibts für eine Alternative? Für include oder was kann ich machen damit des funktioniert?
mfg