Geschafft!!!
So geht es jetzt:
So geht es jetzt:
PHP-Code:
<?php
$te = count($species);
for ($i=0; $i<$te; $i++)
{
$res = mysql_query("select * from osg_species where id='$species[$i]'");
while($row = mysql_fetch_assoc($res))
{
echo "$row[species1] <i>($row[species2])<br></i>";
}
}
?>
Kommentar