Re: [PHP-DB] Forms list from database

2004-11-01 Thread Juan Stiller
It might be usefull to see the code you are using to show the query results. --- "Jason T. Davidson" <[EMAIL PROTECTED]> escribió: > I am trying to take information from a database and > show that info in a > forms list. I have been trying this with while(), > but it never comes > out and di

Re: [PHP-DB] Forms list from database

2004-11-01 Thread Jason T. Davidson
Here is the code: while ($check=mysql_fetch_array($result)){ print "$check[LNAME],$check[FNAME]($check[CID])"; } ?> -- Jason Davidson Juan Stiller wrote: It might be usefull to see the code you are using to show the query results

RE: [PHP-DB] Forms list from database

2004-11-01 Thread Norland, Martin
nt: Monday, November 01, 2004 3:11 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Forms list from database Here is the code: -- Jason Davidson Juan Stiller wrote: > It might be usefull to see the co

RE: [PHP-DB] Forms list from database

2004-11-02 Thread Ford, Mike
To view the terms under which this email is distributed, please go to http://disclaimer.leedsmet.ac.uk/email.htm On 01 November 2004 21:11, Jason T. Davidson wrote: > Here is the code: > > > cellspacing="0"> > > > > >while ($check=