I am currently retrieving records from a database, however I am implementing an edit button so you are able to edit the record information however I cant seem to find where I am going wrong with my syntax? if anyone could help me, I would greatly appreciate it.
my code:
.'</td><td><a href="editmp3.php?edit_id='.$row['mp3id'].'" alt="edit" >Edit</a></td> <td><a href="deletedmp3.php?delete_id='.$row['mp3id'].'" alt="delete" >Delete</a></td><td></tr>';
When I click the delete button it tries to find the edit_id. not sure why