i have a html template that i will use as the basis for my php/mysql data. i am sure that i can slot little bits of php coding into the relative tables in order for the right data to show. a little confused because i have some buttons in 1 table cell but i want the info to appear in 2 other table cells. i think the button link will be something like this:
view.php?id=2
depending on what row of info i want and the tables will have the php coding like this:
<td><?php echo $myrow["relative_info"]; ?></td>
am i on the right track here?