Re: [PHP-DB] Re: populating multi-dimensional array

2007-04-11 Thread Matt Anderton
thanks for the advice Roberto! the typos in (2) WERE the cause of my problems. I appreciate the comments on my SQL queries and table structures too. sloppy rookie mistakes. ~ matt On 4/11/07, Roberto Mansfield <[EMAIL PROTECTED]> wrote: Matt Anderton wrote: > long-time reader, first-time po

[PHP-DB] Re: populating multi-dimensional array

2007-04-11 Thread Roberto Mansfield
Matt Anderton wrote: > long-time reader, first-time poster. > > I am trying to use PEAR's 'hierselect' in HTML_Quickform. > A few things: 1. SQL style: avoid "SELECT *" and list your field names in the specific order you want them. What you have works, but you are assuming the field order in yo