Scusami Piero...
Sapresti dirmi perche con

Codice PHP:
do{ 
echo 
"$row_maschio[nik]

"

do{ 
echo 
"$row_femmina[nik]

"

}while (
$row_femmina mysql_fetch_assoc($femmina)); 
}while (
$row_maschio mysql_fetch_assoc($maschio)); 
Mi vengono fuori 5 record

cioè

MASCHIO
FEMMINA
FEMMINA
MASCHIO
RECORD VUOTO

?? :master: