?id= to #

Sogni

*gone*
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?
 
Ha! I figured it out! :D
*pats self on back*

It was actually a lot simpler! So simple I slapped myself on the forehead when I figured it out! :D

I simply made a redirect page, with an auto refresh to another url (the original page that has the list app) with a # added at the end, then I entered the id variable, uploaded - linked the edit page to it and walla! Works beautifully! :)

Of course it's 1 more page than I cared about - but it's good enough for me! :)
 
Back
Top