Re: [PHP] populating textboxes & list boxes from database fields

2002-04-30 Thread Justin French
If you're familiar with getting data out of a table, then I don't believe you really need any examples. Consider the following over view or what you might do with a CD store: Get a product row from a data base into an array. it might look something like: $myrow["id"] (55) $myrow["artist"] (Nin

RE: [PHP] populating textboxes & list boxes from database fields

2002-04-30 Thread John Holmes
r to use global arrays and functions to create select boxes. Makes for cleaner code. ---John Holmes... > -Original Message- > From: Denis L. Menezes [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 30, 2002 4:30 AM > To: [EMAIL PROTECTED] > Subject: [PHP] populating te

[PHP] populating textboxes & list boxes from database fields

2002-04-30 Thread Denis L. Menezes
Hello friends, Can someone please tell me where I can find sample scripts for populating textboxes and listboxes on a form(when the form opens) using the data from fields in a table? Thanks Denis -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub