Does this look right?
I am n00b and the php stuff.
Code:
<?php
$names = @mysql_query( 'SELECT name FROM sed_1car1_branches' );
?>
<table>
<tr>
<td>
<ul>
<? echo('<li><a href="#' . $names . '">' . $names . '</a></li>'); ?>
</ul>
</td>
<tr>
</table>
I am n00b and the php stuff.
Last edited: