09-21-2004, 12:38 PM
|
|
|
Confirmed User
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!
|
|
|