Closed ctahk0 closed 10 years ago
You're thinking too hard about it. The HTML dictates the fields you select from the table.
<th col="oneField"></th>
That will select that field from your tblitems table. The "select" is for select boxes, in other words, a combo box.
Hi, can you please show me how to select only one field from database? I'm little confused about where to put select query.. Here is my code (and won't work of course) :) thanks.