Hi!
I need a unique ID for every thumb-picture for the ImageGallery-PlugIn. I find this in the codeid="">';
Is maybe this code who I'm searching from?
Code: Select all
//thumbcount
$deci = array();
for($i=1; $i<=sizeof($liste); $i++) {
$deci[$i] = $i;
while(strlen($deci[$i]) < strlen(sizeof($liste))) $deci[$i] = '0' . $deci[$i];
}

May anyone help me? Many Thanks!
edit: here is the answer: $output .= ''; Sorry for posting before thinking
