create a edit link from a dynamic table data to the correct record
ok i have made a dynamic table with the correct information from the MySql database to populate it but i want to add an edit button to take me to the correct information i want to edit / delete. what is happening is no matter what record i want to edit it just takes me to the first record in the database?
the link i am using is detail.php?userid=<?php echo $row_Recordset1['userid']; ?>
where the detail.php is where the data can be edited
thanks in advance for any help
Jon
