Hopefully this does not get ignored by the server... search engines completly ignore me! Hopefully someone can help...
In doing some PHP 'n MySQL apps,
an app I'm working on, I have a link on each entry that I can click on, goes to an edit page, and when done it goes back to the original page.
I noticed that while doing that, the ID tag (?id=) for that record comes along on the ride back to the original page, and I would love to make that turn into a # name anchor so the page would auto-scroll to that record's entry in the list...
In other words, turn ?id= into #
Any way of doing that somehow?
In doing some PHP 'n MySQL apps,
an app I'm working on, I have a link on each entry that I can click on, goes to an edit page, and when done it goes back to the original page.
I noticed that while doing that, the ID tag (?id=) for that record comes along on the ride back to the original page, and I would love to make that turn into a # name anchor so the page would auto-scroll to that record's entry in the list...
In other words, turn ?id= into #
Any way of doing that somehow?