0) { $resultoptiuni = mysql_query( 'SELECT * FROM citatepedia_optiuni WHERE userid='.$ID_MEMBER, $link ); $optiuni = mysql_fetch_array( $resultoptiuni ); } include "../header_content.php"; $mycontext_theme='P'; $mycontext_order='data_extern DESC'; $mycontext_limit=1; $mycontext_limit=(($p-1)*3).',3'; echo '

Acrostihuri

'; $cond="specie='a' ".$optiuni['ignoratisql']; $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 dataora DESC 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 ); } if (!(isset($w) AND $w<>"")) include "../footer_general.php"; ?>