How can I populate and unordered list from an sql table
Instead of hardcoding a static menu using an unordered list, I would like to populate it from a table
(just two fields, MenuID,MenuDesc) so that the menu can grow or shrink depending on what is in the table.
Tried googling this but cannot make head or tail of php server side recursive scripts, datareaders etc
Couild some kind person just spell it out for me:
<ul>
<li>Form.MenuDesc<li>
<li>Form.MenuDesc<li>
<li>Form.MenuDesc<li>
etc
<ul>
many thanks
