Colectia ".$row['denumire'];
$query="SELECT * FROM `carti` WHERE FIND_IN_SET('".$idc."',`colectie`)>0";
$result=mysql_query($query);
$totprod = mysql_num_rows($result);
$query="SELECT * FROM `carti` WHERE FIND_IN_SET('".$idc."',`colectie`)>0 LIMIT {$idx},{$prod_per_page}";
$result=mysql_query($query);
$tablecod=makeprodtable($result,"",true);
if ($tablecod == ''){
$pags="";
$tablecod="{$picerr} Nu exista titluri in aceasta colectie !";
}
else{
$tags=maketag($query);
$tags.=maketag($query,4,'autor');
if ($tags != ''){$tags="