CraftingLinks Posted May 29, 2005 Share Posted May 29, 2005 I use DreamweaverMX 2004 to code php interfaces to MySQL databases. I have a list of items, with links to detail pages. The list is long, so it's paged using Dreamweaver's recordset navigation. After a person visits a detail page, they can edit the data, using an update command. I'd like to be able to set the parameters on the updategoto so that it will return me to the same spot in the recordset paging where I started. To the extent that I can get it to work, it works OK the first time, but if I make several updates, it keeps concatenating more parameters onto the url rather than replacing them. any hints on how to do this? Thanks in advance. Quote Link to comment https://forums.phpfreaks.com/topic/2333-update-goto-parameters/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.