コード例 #1
0
ファイル: index2.php プロジェクト: Akshayf444/jardiance
        $westDoctorCount++;
    } elseif ($value->zone == 'North') {
        $northname = 'North';
        $north = $north + $value->rxcount;
        $northDoctorCount++;
    } elseif ($value->zone == 'Central') {
        $centralname = 'Central';
        $central = $central + $value->rxcount;
        $centralDoctorCount++;
    }
}
$allrx = $east + $south + $west + $north + $central;
$allindiacount = $eastDoctorCount + $southDoctorCount + $westDoctorCount + $northDoctorCount + $centralDoctorCount;
$pob = pob::live_pob();
$top_bdm = bdm::top_bdm();
$top_asm = bdm::top_asm();
$top_zsm = bdm::top_zsm();
// $total=array($pob,$rx);
?>

<html lang="en">
    <head>
        <meta charset="UTF-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
        <title>Tv</title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0"> 
        <meta name="description" content="Fullscreen Slit Slider with CSS3 and jQuery" />
        <meta name="keywords" content="slit slider, plugin, css3, transitions, jquery, fullscreen, autoplay" />
        <meta name="author" content="Codrops" />
        <link rel="shortcut icon" href="../favicon.ico"> 
        <link rel="stylesheet" type="text/css" href="css/demo.css" />