Quantcast
Channel: forum.coppermine-gallery.net
Viewing all articles
Browse latest Browse all 9527

Re: going directly to intermediate screen

$
0
0
If your menu link can be altered by PHP code... a simple SQL statement like this will give you the pid you want:
Code: [Select]
SELECT `pid` FROM `cpg_pictures` ORDER BY `pid` LIMIT 1(use your defined CPG table prefix of course...)
Execute the SQL and g...

Viewing all articles
Browse latest Browse all 9527

Trending Articles