<br><br>Hi,<br><br> How can add an item to the Primary links Menu that will do a basic select query within drupal?<br>ie Lets say I have a mysql database &quot;database1&quot;  and a table &quot;table1&quot; with the following fields (name, address, email etc)<br>
<br>How can I add a menu item to the Primary Links menu that will do a select * from table1 and then print it out in the right hand panel?<br><br>Is this possible?<br><br><br>Paul<br><br><br>ps. The result would be something like:<br>
<br>Joe Blow        |       123 abc avenue     |     <a href="mailto:joeblow@applecart.org">joeblow@applecart.org</a><br>Joe Blow1      |       12323 abc avenue     |     <a href="mailto:joeblow1@applecart.org">joeblow1@applecart.org</a><br>
Joe Blow2     |       12323 abc avenue     |     <a href="mailto:joeblow2@applecart.org">joeblow2@applecart.org</a><br><br>