If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > PHP > How to populate it

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-17-10, 16:37
don_log don_log is offline
Registered User
 
Join Date: Jun 2008
Location: pakistan
Posts: 109
How to populate it

how to populate list with the table data..................
Reply With Quote
  #2 (permalink)  
Old 06-17-10, 16:59
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,262
if you mean how do you populate a list box using data from a SQL engine...
php build list box - Google Search
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
  #3 (permalink)  
Old 06-17-10, 17:11
don_log don_log is offline
Registered User
 
Join Date: Jun 2008
Location: pakistan
Posts: 109
another problem is that i want to show check box in front of every student fees and there is a unique code that is take from student fees table and it's value is set to code some thing like this

type=checkbox value=unique code which will took from table

now tell me
Reply With Quote
  #4 (permalink)  
Old 06-18-10, 02:52
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,262
Im not aware of any control that allows a list box to also have a check box per item. the closest design metaphor Im aware of is to have two list boxes (one selected, one unselected, some buttons in the middle to allow movement fro0m one box to the other. mind you I've not seen that on a web based app.

if however you 'just' want a check box then do a google search for "PHP check box"
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
  #5 (permalink)  
Old 06-18-10, 02:55
don_log don_log is offline
Registered User
 
Join Date: Jun 2008
Location: pakistan
Posts: 109
i want check box not with list box this is an extra requirement that i want check box in from of table data when it execute on web page
Reply With Quote
  #6 (permalink)  
Old 06-18-10, 04:16
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,262
php check box - Google Search

it helps if you ask a new question in a new thread
asking a new question in the same thread leads to confusion
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On