I want to Embed buttons with cell values to The following rows [COL 3],[COL 4],[COL 5]
but my code gets underlined red, I want to know what I am doing wrong
here is my code:
echo
'<tr><td>'. $row["COL 2"] .
'<td><input type='button' class='buttons' value ='. $row["COL 3"] .
'<td><input type='button' class='buttons' value ='. $row["COL 3"] .
'<td><input type='button' class='buttons' value ='. $row["COL 3"] .
'<td>'. $row["COL 6"] .
'</td></tr>',