\n"); echo "PubMed\n", $what); }else if( $nmbr_rows == 1 ){ echo "
Records retrieved: $nmbr_rows\n

"; while ($myrow = mysql_fetch_array($result)) { single_record(); } #end while }else{ echo "


Records retrieved: $nmbr_rows\n

"; while ($myrow = mysql_fetch_array($result)) { printf("%s

%s
%s

%s
    med_UI: %s   ID: %s\n", $myrow[2], $myrow[1], $myrow[3], $myrow[4], $myrow[7], $myrow[0]); if($myrow[8]){ printf("   PDF\n", $myrow[8]); } echo "


\n"; } } # } #end if (what) if($field){ #display compact info html_end (); }else{ include("html_first_footer.inc"); } ?>