Code: Select all
echo "<td>" . " " . $row['id'] ." " . "</td>"echo "<td>" . " " . "<a href=\"query-for-all-rows page.php\">" . " " . "Full Record Info" . " " . "</a>" . " " . "</td>";
utilizing the "$row['id']" data as the query critera, but not sure of the proper syntax?