Hi,
How can add an item to the Primary links Menu that will do a basic select query within drupal? ie Lets say I have a mysql database "database1" and a table "table1" with the following fields (name, address, email etc)
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?
Is this possible?
Paul
ps. The result would be something like:
Joe Blow | 123 abc avenue | joeblow@applecart.org Joe Blow1 | 12323 abc avenue | joeblow1@applecart.org Joe Blow2 | 12323 abc avenue | joeblow2@applecart.org