View Single Post
Old 06-28-2012, 03:07 AM   PM User | #2
Old Pedant
Supreme Master coder!

 
Old Pedant's Avatar
 
Join Date: Feb 2009
Posts: 23,199
Thanks: 59
Thanked 3,996 Times in 3,965 Posts
Old Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to all
??? Do you mean your DATABASE table looks like that? Or your HTML <table> does?

If you mean the DATABASE table, then are you saying you need to have
Code:
<tr>
    <td>Item1</td>
    <td><select ...>
        <option>Number 1</option>
        <option>Number 2</option>
        </select>
    </td>
    <td><select ...>
        <option>Description 1</option>
        <option>Description 2</option>
        </select>
    </td>
</tr>
in the HTML output?
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.
Old Pedant is online now   Reply With Quote