include("../config.inc.php"); ?>
จรรยาบรรณของบุคลากร
$sqlc1="SELECT datafrom_mdoc.*, datafrommtype.datafrommtype_name FROM datafrom_mdoc,datafrommtype Where datafrom_mdoc.datafrommtype_id=datafrommtype.datafrommtype_id and datafrom_mdoc.datafrommtype_id='9' Order by datafrom_mdoc.datafrommtype_id,datafrom_mdoc.datafrom_mdoc_id desc";
$resultc1 = mysqli_query($conn,$sqlc1);
$num_rowsc1 = mysqli_num_rows( $resultc1 );
if ($num_rowsc1 != 0) {
while ( $rsc1 = mysqli_fetch_array( $resultc1 ) )
{
?>
echo $rsc1["datafrom_mdoc_title"];?>
}//จบ while
}
?>