The table is very simple, it is generated from PHP and filed with data from MySQL.
It is something like this. So when I press the edit button an input field is shown for the name and the description.
<table>
<tr>
<td>edit button</td>
<td>name</td>
<td> remove button</td>
</tr>
<tr>
<td></td>
<td>Description</td>
</td</td>
</tr>
etc.
</table>
Main Topics
Browse All Topics





by: cstsangPosted on 2009-10-05 at 23:57:19ID: 25502368
Can you give me more detail information about your table?