|
|
|
|
|
|
|
![]() |
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
![]() |
#1 |
a.k.a. Sparky
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
|
I'm not 100% sure on what you're asking, but, it seems like you want to take that tgpgallery1 and track it through to resulting pages?
modifying your href= would probably take care of that: Code:
<a href="page2.php?<?php echo $QUERY_STRING;?>"> It would be trivial to do substitutions with mod_perl or mod_python. A filter mod would allow you to process and pass the query string automatically. Might require some fancy coding to correctly detect href's without parsing the page tree, or, if you coded your links with some simple identifier, i.e. every link was .php?"> you could search for that string occurrence and replace the .php?"> with .php?QUERY_STRING">
__________________
SnapReplay.com a different way to share photos - iPhone & Android |
![]() |
![]() |
![]() |
#2 | |
Of all the things I've lost, I miss my mind the most.
|
I actually ended up doing something like this, using a code snippet I found. It basically captures a variable I called p, and then passes it along in a query string like you said. Works great.
![]() Quote:
__________________
Our 3D Comics and Props on Renderotica |
|
![]() |
![]() |
![]() |
|
|