trowzers Posted December 15, 2016 Share Posted December 15, 2016 When I execute Script 12.8 (delete_entry.php) by clicking the Delete button for an entry on the view_entries.php page, the same row comes up in the Delete an Entry page, no matter from which entry the Delete button was selected. Even if I download Script 12.8 from your website and use that, the results are the same. How do I modify the delete_entry.php script to target the entry from which the Delete button was selected? Link to comment Share on other sites More sharing options...
trowzers Posted December 16, 2016 Author Share Posted December 16, 2016 (edited) I should mention that it's the last row (oldest entry) in the database that is being selected, regardless of which entry the Delete button is selected from. This is also the results when triggering the edit_entry.php file through using the Edit button on any of the entries on the view_entries.php page. Edited December 16, 2016 by trowzers Link to comment Share on other sites More sharing options...
Larry Posted December 16, 2016 Share Posted December 16, 2016 Each of these works by passing along the ID in the URL. Could you confirm that each link is passing a unique ID value? Link to comment Share on other sites More sharing options...
Recommended Posts