Sitemap WOP Schenkel
"; while($row = mysql_fetch_array($result, MYSQL_ASSOC)) { if ($row['child'] == "0") //Father { if ($last != "0") //last is child { echo ""; } if ($last == "0") //last is father { echo ""; } echo "- ";
}
echo "
- {$row['name']} "; } $last =$row['child'] ; } // Close the connection mysql_close($link); ?>