forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: johnner on January 05, 2006, 03:20:59 am

Title: using cpmfetch to output results as hyperlink
Post by: johnner on January 05, 2006, 03:20:59 am
I have a page outside of Coppermine that says how many images have been uploaded in the past x number of days.  The code works fine, but I want the entire output to be a hyperlink.  I know this is picky, but it bothers me that it isn't a full URL..  The code is as follows:

Code: [Select]
<?php 

include "./cpmfetch.php";

$objCpm = new cpm('/gallery');

$objCpm->cpm_getMediaCountAddedInLast(7);

print 
" ";

print (
"<a href=\"http://www.johnner.com/gallery/thumbnails.php?album=lastup&cat=0\">new images</a>");

print 
" in the last 7 days";

$objCpm->cpm_close(); 

?>

Basically, I want the number of uploaded files to be part of the hyperlink that would be include the entire 5 new images in the last 7 days.  How do I include the output of the cpm_getMediaCountAddedInLast(7) function to be part of the hyperlink.
Title: Re: using cpmfetch to output results as hyperlink
Post by: ecto on January 05, 2006, 03:59:17 am
Please post on the proper board.

CPMFetch: http://forum.coppermine-gallery.net/index.php?board=57.0