View Single Post
Old 09-21-2004, 12:32 PM  
SilverTab
Confirmed User
 
Join Date: Nov 2001
Location: MTL
Posts: 5,060
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
__________________
mmm my sig was too big... no more cool animation
but hey still! need php? ICQ: 94586959

Last edited by SilverTab; 09-21-2004 at 12:33 PM..
SilverTab is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote