1. well thats a personal opinion but shall consider it
2. thanks yep should say the same thing
3. I do beleive the variable is indeed $title
$query = "SELECT id,user,userid,cat,date,title,description,manu,keywords,bigimage,bigimage2,bigimage3,views,approved,rating,csrating,pricerate,extra1,extra2,extra3,extra4,extra5,extra6,disporder FROM {$Globals['rp_db_prefix']}products WHERE id='$product'";
$rows = ppmysql_query($query,$link);
list( $id,$user,$iuserid,$cat,$date,$title,$desc,$manu,$keywords,$bigimage,$bigimage2,$bigimage3,$views,$approved,$imgrating,$csrating,$prrating,$extra1,$extra2,$extra3,$extra4,$extra5,$extra6,$issticky) = mysql_fetch_row($rows);