Hello PHPB,
Please help me understand why this fails.
I've got a table with 7 columns and I'm trying to populate one of the cells with an html select an it's options based on the results of the data row.
The problem is as soon as I add the <select> and <options> it doesn't render the last three cells on the line where the condition is true.
This is hard to explain but easy to see.
This link is not using the <select><option> stuff and table looks fine.
Link
Source of that file.
When the Category is == NONE I'm trying to get a select built as demonstrated here, but the last few cells on those rows do not get populated.
Link
Source of that file.
Please give the query a few seconds to run, it's kind of slow.
Greatly appreciate any help in understanding just why this table breaks as soon as I add the <select> and it's options.
Respectfully,
Aaron