RE: [PHP] enhanced_list_box

2007-11-12 Thread Instruct ICC
> I am using this function enhanced_list_box. This works > fine. Except the return value is None. How is it possible for it to > return a proper value. It reads a list from a data base. while $row is valid you do stuff. then when $row is invalid, you return it. But maybe you knew that. To ret

Re: [PHP] enhanced_list_box, 2 tables from a database

2007-11-07 Thread Robin Vickery
On 07/11/2007, kNish <[EMAIL PROTECTED]> wrote: > Hi, > > A newbie question. I have more than one table to access from a database. > > When I use the code as below, it gives no response on the web page. > > What may I do to run more than one table from the same database into the > script. Firstly,