Murphologie'; $cond="tip='m'"; $result = mysql_query( "SELECT COUNT(*) AS _items FROM citatepedia WHERE ".$cond, $link ) or die ( "Couldn't select: ".mysql_error() ); $row = mysql_fetch_array( $result ); $items = $row['_items']; $result = mysql_query( "SELECT * FROM citatepedia WHERE ".$cond." ORDER BY titlu0 LIMIT ".(($p-1)*$perpage).','.$perpage, $link ) or die ( "Couldn't select: ".mysql_error() ); include "../show_list.php"; include '../module_ad3.php'; include "../navig.php"; include "../sidebar.php"; mysql_close( $link ); } include "../footer_general.php"; ?>