Variablenübergabe
Verfasst: Sa 21. Jun 2003, 09:39
Hallo Forum,
kann es sein, dass eine Variablenübergabe an die CMS-Variablen im Moduloutput nicht möglich ist? Gemeint ist etwas in der Art:
<?php
echo "<table border='1' bgcolor='#999999'>";
for ($i=1; $i<5; $i++) {
echo "<tr>";
echo "<td>";
echo "<a href='CMS_LINK[$i]' target='CMS_LINKTARGET[$i]'>CMS_LINKDESCR[$i]</a>";
echo "</td>";
echo "<tr>";
}
echo "<table>";
?>
Wenn ja wie kann ich das umgehen?
Danke für Tips, Gruß Jörgel
kann es sein, dass eine Variablenübergabe an die CMS-Variablen im Moduloutput nicht möglich ist? Gemeint ist etwas in der Art:
<?php
echo "<table border='1' bgcolor='#999999'>";
for ($i=1; $i<5; $i++) {
echo "<tr>";
echo "<td>";
echo "<a href='CMS_LINK[$i]' target='CMS_LINKTARGET[$i]'>CMS_LINKDESCR[$i]</a>";
echo "</td>";
echo "<tr>";
}
echo "<table>";
?>
Wenn ja wie kann ich das umgehen?
Danke für Tips, Gruß Jörgel