View Single Post
Old 08-28-2006, 03:42 PM  
jact
Confirmed User
 
Join Date: Sep 2002
Location: Oakville, Canada
Posts: 9,134
Quote:
Originally Posted by SteveLightspeed
I know some of the popular TGP scripts get fucked up by query string variables...

index.php?id=12345&ref=678&r=001

In some cases the ? and & must be converted to a Hex value...
Have you considered using mod_rewrite as either an alternative, or a backwards compatible change of gallery link codes? Your above link code could look like this in this case:

index.php/12345/678/001

You would be able to run both at the same time (As the second is only a server side re-writing linking to index.php?id=12345&ref=678&r=001).

If you'd like more information feel free to hit me up.
__________________
Free agent
jact is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote