View Single Post
Old 09-21-2004, 12:38 PM  
Decadawn
Confirmed User
 
Decadawn's Avatar
 
Industry Role:
Join Date: Feb 2002
Location: Montreal
Posts: 1,286
Quote:
Originally posted by SilverTab
put this at the very top of your gallery
PHP Code:
<?
     $refid = $_GET['refid'];
?>
then anywhere you want to print it use
PHP Code:
     <?print $refid; ?>

then just call your galleries like that
http://www.yourgallery.com/gallerydi...hp?refid=xxxxx

easiest way to do it
u rock! thanks a lot!
Decadawn is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote