view favorites in pop-up]',6,"630") ); print('
To add games to your favorite list, just click the "add to favorites" link when searching for games in our directory.

'); print( boxfoot() ); divConfirm('confirmyesno','remove from favorites?','Remove','myFavlistDel(document.fmconfirmyesno);'); print('
'); ?>
'); $cnt=0; $result = mysql_query("select d.data_id,title,cat_string,d.picture from ap_game_data d,ap_game_fav f,ap_game_cat c where d.data_id=f.data_id and f.member_id=".$gbUserID." and d.cat_id=c.cat_id and d.status=1 LIMIT ".$cST.",".$MAXSHOWN,$db); while( ($row = mysql_fetch_array($result)) != FALSE ){ if($row['picture']=="none")$gamepix="none"; else $gamepix="a/".(substr($row['picture'],0,1).'/'.$row['picture']); print('
'); print('
Remove
'); print('play
'); print('
'); print(''.cutstr($row['title'],40).'
'); $cnt++; } if($cnt==0)print('
no favorites added


'); print('
'); //*/ } function cutstr($s,$ln){ $s=str_replace("'","'",$s); if( strlen($s)>$ln ) return substr($s,0,$ln-2).".."; return $s; } ?>