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: form name=form1 method=post action=staff_code/add_code.php table width=600 border=0 align=center

[PHP-DB] Forms list from database

2004-11-01 Thread Jason T. Davidson
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 displays correctly. Any help would be appreciated. -- Jason Davidson -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit:

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 displays

Re: [PHP-DB] Forms list from database

2004-11-01 Thread Jason T. Davidson
Here is the code: form name=form1 method=post action=staff_code/add_code.php table width=600 border=0 align=center cellpadding=0 cellspacing=0 tr bgcolor=#CC td colspan=3 bgcolor=#FFdiv align=center select name=controller id=controller option /option option ? while

RE: [PHP-DB] Forms list from database

2004-11-01 Thread Norland, Martin
] Forms list from database Here is the code: form name=form1 method=post action=staff_code/add_code.php table width=600 border=0 align=center cellpadding=0 cellspacing=0 tr bgcolor=#CC td colspan=3 bgcolor=#FFdiv align=center select name=controller id=controller