Picture ID Picture ID
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Picture ID

Started by avdv78, February 17, 2005, 01:01:39 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

avdv78

Hi,

I want to show PictureID (above the picture) when a picture is displayed. Can someone help me? Thanks!!! :)

For example: url to a picture is displayimage.php?pos=-9726, so PictureID is 9726 and can be found in table cpg11d_pictures in column pid.

d1zz13

Can you confirm if you want the picture ID above every instance of the image that's displayed or just over the image when it's shown full size?

avdv78

I've got it! Just changed the code from post "full url tag" and it worked. $pid

Thanks!