A B C D E F G H I J K L M N Ñ O P Q R S T U V W X Y Z
0"; $rs = mysql_query($query) or die(mysql_error()); $arrTemas = array(); while($row = mysql_fetch_array($rs)) { array_push($arrTemas,$row); } $varColumnas = 3; $varCantPorCol = ceil(count($arrTemas)/$varColumnas); ?>