Johanna: Variable aus Link übergeben

Beitrag lesen

So hol ich mir die Links aus der DB.
Und geb sie aus!

....

<td colspan="2"><strong>Titel:<br>
   <?
    $current_select = "SELECT * FROM mp3 WHERE $i LIKE '$nameInterpret[0]'";
    $current_result = mysql_db_query ($db,$current_select);
     while ($current = mysql_fetch_object ($current_result)) {
      if ($current -> $t != "NULL" && strtolower ($current -> $t) != strtolower ($lastmp3)) {
   ?>
       <a href="<? echo "id" . "=" . $current -> $id; ?>"><? echo $current -> $t; ?></a><br>
      <?
    }
   $lastmp3 = $current -> $t;
   }
   ?>
</td>

....

<object classid="CLSID:05589FA1-C356-11CE-BF01-00AA0055595A" width="200" height="150">
        <param name="filename" value="
!!!!!!!!!Hier soll dann die übergebene Variable rein!!!!!!!!!!!!"

<param name="ShowAnimation" value="0">
        <param name="TransparentatStart" value="1">
        <param name="AutoStart" value="0">
        <param name="ShowControls" value="1">
      </object>