h(  ) ($6;EbBLkfu�_l� ''8;DUFKV3Dd#,?ANk&5G$/(5M\^�ms����Sb�,;R''6c2I�!\����kx�Ve�[i��Me�IYO7:nOL~�Kr�qrv�I:�BM�y��s}r��K����x)1�6@r*2�89ma��&��'ti������{~#������t)1�2<�0:^5�W.uFzQ/u}�v��vv�u��U37yDJeEJo(/�5Ds'1�:Jlu�iy�iy�hw�1;:S`^BMLOQQn,4�7C�8C�>Lfe�]k�[i�Zg��IW�LZ�EP;,.��Tc�q(0) G,/]/1����w�r��l&-t*3�<<�u��#����j&.u��J68\8?"#$%&'()*+,-./0 ! 
Notice: Undefined index: dl in /var/www/html/web/simple.mini.php on line 1
403WebShell
403Webshell
Server IP : 10.254.12.21  /  Your IP : 10.254.12.21
Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.6.40
System : Linux arit.skru.ac.th 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User : apache ( 48)
PHP Version : 5.6.40
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/indexv0.php
<?php include 'header.php';?>
<?php include 'dbnews.php';?>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<?php
function MonthThai($strMonth)
{
	$strMonthName = Array("","ม.ค.","ก.พ","มี.ค.","เม.ย.","พ.ค.","มิ.ย.","ก.ค.","ส.ค.","ก.ย.","ต.ค.","พ.ย.","ธ.ค.");
	$strMonthThai=$strMonthName[$strMonth];
	return $strMonthThai;
}	

	$num_string_detail = 200;
	$select_num_column = 10;
?>
<?php /* ?>	
	$sql="SELECT * FROM exhibition WHERE (exhibition_type_id=1 OR exhibition_type_id=2 OR exhibition_type_id=3 OR exhibition_type_id=4) ORDER BY create_date DESC, exhibition_id DESC limit 0,1";
	$query = mysqli_query($conn,$sql);
	if ($result=mysqli_fetch_array($query,MYSQLI_ASSOC))
	{
?>		


<!--popup-->

<script>
function myFunction(i) {
  // Get the checkbox
  var cname = "accept_check[" + i + "]";
  var checkBox = document.getElementById(cname);
  //var checkBox = document.getElementById("accept_check");
  // If the checkbox is checked, display the output text
  if (checkBox.checked == true){
    //text.style.display = "block";
	//window.location.href = document.getElementById("accept_check").value;
	window.location.href = checkBox.value;
  } else {
    //text.style.display = "none";
    alert("กรุณายอมรับเงื่อนไข");
	//document.getElementById("accept_check").focus();
	//return false;	
  }
}
</script>

<script>
	$(document).ready(function(){
		$("#myModal").modal('show');
	});
</script>
<div id="myModal" class="modal fade">
	<div class="modal-dialog modal-lg">
        <div class="modal-content">
            <div class="modal-header">
				<a href="https://arit.skru.ac.th/arit/aritnews/exhibition_detail.php?exhibition_id=<?php echo $result["exhibition_id"];?>"><button type="button" class="btn btn-primary">คลิกที่นี่เพื่อดูรายละเอียด</button></a>
				<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
            </div>
            <div class="modal-body">
<?php
		if ($result["cover_image"]<>"")
		{
?>
				<img src="https://arit.skru.ac.th/arit/aritnews/images/<?php echo $result["cover_image"];?>" width="100%">
<?php
		} else {		 //if ($result["cover_image"]<>"")
?>
                            <p><?php echo $result["exhibition_name"];?></p>
<?php
		} //if ($result["cover_image"]<>"")
?>         
		    </div>
		    <div class="modal-footer">
				<a href="https://arit.skru.ac.th/arit/aritnews/exhibition_detail.php?exhibition_id=<?php echo $result["exhibition_id"];?>"><button type="button" class="btn btn-primary">คลิกที่นี่เพื่อดูรายละเอียด</button></a>
				&nbsp;&nbsp;<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
		    </div>			
        </div>
    </div>
</div>
<!--end popup-->


<?php
	} //if ($result=mysqli_fetch_array($query,MYSQLI_ASSOC))
?>
<?php */ ?>

			<!-- ข่าวประชาสัมพันธ์ -->
			<section class="blog_w3ls pt-1 pb-1 mt-4" id="blog">
				<div class="container pb-xl-5 pb-lg-3">
					<div><h3 class="title text-uppercase text-center text-bl mb-0 p-1">ข่าวประชาสัมพันธ์</h3></div>
					
<!--<div class="col-lg-12 col-md-12 pb-3 mt-xl-5 mt-3 pt-0" align="center">-->
<div class="row" style="padding-left:30px; padding-right:30px;">
<div class="col-lg-10 col-md-10 col-sm-12 mx-auto pb-3 mt-xl-5 mt-3 pt-0" align="center">
  <div id="myCarousel_blog" class="carousel slide" data-ride="carousel" style="width:100%;">
	<!-- Indicators -->
    <ol class="carousel-indicators">
<?php
$show_news = 10;
$dstn = 0;
$dbName = "aritnews";
$conn = mysqli_connect($serverName,$userName,$userPassword,$dbName);
mysqli_set_charset($conn,"utf8");
$sql="SELECT * FROM exhibition WHERE (exhibition_type_id=1 OR exhibition_type_id=2 OR exhibition_type_id=3 OR exhibition_type_id=4) ORDER BY create_date DESC, exhibition_id DESC limit 0," . $show_news ;
$query = mysqli_query($conn,$sql);
while($result=mysqli_fetch_array($query,MYSQLI_ASSOC)) {
	if ($dstn == 0) {
?>
		<li data-target="#myCarousel_blog" data-slide-to="<?php echo $dstn;?>" class="active"></li>
<?php
	} else { //if ($dstn == 0) {
?>
		<li data-target="#myCarousel_blog" data-slide-to="<?php echo $dstn;?>"></li>
<?php	
	} //if ($dstn == 0) {
	$dstn += 1;
}  //while($result=mysqli_fetch_array($query,MYSQLI_ASSOC)) {
?>
    </ol>

    <!-- Wrapper for slides -->
    <div class="carousel-inner">
<?php
$dstn = 0;
$query = mysqli_query($conn,$sql);
while($result=mysqli_fetch_array($query,MYSQLI_ASSOC)) {
	$img_url = "arit/aritnews/images/" . $result["cover_image"];
	$detail_url = "arit/aritnews/exhibition_detail.php?exhibition_id=" . $result["exhibition_id"];
	if ($dstn == 0) {
?>
      <div class="item active">
			<!--<div class="card bg-dark text-white">-->
<?php
				/*if ($img_url<>"") {
?>
					<a href="<?php echo $detail_url;?>"><img src="<?php echo $img_url;?>" class="card-img" alt="<?php echo $result["exhibition_name"];?>"/></a>
<?php		
				} else { //if ($img_url<>"") {
?>
					<a href="<?php echo $detail_url;?>"><img src="images/newsnoimg.png" class="card-img" alt="<?php echo $result["exhibition_name"];?>"/></a>
<?php		 
				} //if ($img_url<>"") {*/
?>
			  	<?php /*?><div class="card-img-overlay" style="background-color: rgba(0,107,215, 0.0);">
					<div style="background-color: rgba(0,107,215, 0.8); padding:5px;">
						<a href="<?php echo $detail_url;?>"><h5 class="card-title"><font color="#FFFFFF"><?php echo $result["exhibition_name"];?></font></h5></a>
			  		</div>
			  	</div><?php */?>
			<!--</div>-->
			<div class="card">
				<img src="images/newsbg.jpg" class="card-img" />
				<div class="card-img-overlay" style="padding:0px;">
						<a href="<?php echo $detail_url;?>"><img src="<?php echo $img_url;?>" class="img-fluid" alt="<?php echo $result["exhibition_name"];?>" style="max-height:100%; width:auto;" /></a>
			  	</div>				
			</div>				
			
      </div>
<?php
	} else { //if ($dstn == 0) {
?>
      <div class="item">
			<!--<div class="card bg-dark text-white">-->
<?php
				/*if ($img_url<>"") {
?>
					<a href="<?php echo $detail_url;?>"><img src="<?php echo $img_url;?>" class="card-img" alt="<?php echo $result["db_name"];?>"/></a>
<?php		
				} else { //if ($img_url<>"") {
?>
					<a href="<?php echo $detail_url;?>"><img src="images/newsnoimg.png" class="card-img" alt="<?php echo $result["db_name"];?>"/></a>
<?php		 
				} //if ($img_url<>"") {*/
?>
			  	<?php /*?><div class="card-img-overlay" style="background-color: rgba(0,107,215, 0.0);">
					<div style="background-color: rgba(0,107,215, 0.8); padding:5px;">
						<a href="<?php echo $detail_url;?>"><h5 class="card-title"><font color="#FFFFFF"><?php echo $result["exhibition_name"];?></font></h5></a>
			  		</div>
			  	</div><?php */?>
			<!--</div>-->

			<div class="card">
				<img src="images/newsbg.jpg" class="card-img" />
				<div class="card-img-overlay" style="padding:0px;">
						<a href="<?php echo $detail_url;?>"><img src="<?php echo $img_url;?>" class="img-fluid" alt="<?php echo $result["exhibition_name"];?>" style="max-height:100%; width:auto;" /></a>
			  	</div>				
			</div>							
      </div>
<?php	
	} //if ($dstn == 0) {
	$dstn += 1;
}  //while($result=mysqli_fetch_array($query,MYSQLI_ASSOC)) {
?>	
    </div>

    <!-- Left and right controls -->
    <a class="left carousel-control" href="#myCarousel_blog" data-slide="prev" style="background-image: none;">
      <span class="glyphicon glyphicon-chevron-left"></span>
      <span class="sr-only">Previous</span>
    </a>
    <a class="right carousel-control" href="#myCarousel_blog" data-slide="next" style="background-image: none;">
      <span class="glyphicon glyphicon-chevron-right"></span>
      <span class="sr-only">Next</span>
    </a>
  </div>
</div>
</div>

<div class="col-lg-12 col-md-12 grids-w3ls-right-2 mt-xl-5 mt-3">
<?php
$query = mysqli_query($conn,$sql);
$numrow = mysqli_num_rows($query); 
if ($numrow > $select_num_column) { 
	$numcol=2;
} else { 
	$numcol=1;
}
$numcol=2;
$rowpercol = ceil($numrow/$numcol);
$currow = 1;
if ($numcol==1) {
?>
<div class="col-12">	
<?php	
} elseif ($numcol==2) { //if ($numcol==1) {
?>
<div class="col-lg-6 col-md-12 col-12">		
<?php	
} //if ($numcol==1) {
?>
							<!--<h3 class="title text-bl text-uppercase mb-lg-4 mb-3">Your Title Here</h3>-->
							<ul class="list-unstyled">
<?php
while($result=mysqli_fetch_array($query,MYSQLI_ASSOC))
{
	$detail_url = "arit/aritnews/exhibition_detail.php?exhibition_id=" . $result["exhibition_id"];
	if ($currow==($rowpercol+1)) {
?>
</ul>
</div>
<?php
if ($numcol==1) {
?>
<div class="col-12">	
<?php	
} elseif ($numcol==2) { //if ($numcol==1) {
?>
<div class="col-lg-6 col-md-12 col-12">	
<?php	
} //if ($numcol==1) {
?>
<ul class="list-unstyled">
<?php	
	} //if ($currow==$rowpercol) {
?>

								<li>
									<a href="<?php echo $detail_url;?>"><!--<span class="fa fa-newspaper-o"></span>-->
									<img src="images/global-news.gif" width="25">
									<?php echo $result["exhibition_name"];?></a>
								</li>
																
<?php
	$currow += 1;
} //end while
?>					
							</ul>
							<p align="right"><font size="+1"><a href="https://arit.skru.ac.th/arit/aritnews/index.php">อ่านข่าวทั้งหมด<img src="images/fastforward.gif" width="35"></a></font></p>	
</div><!--<div class="col-6">-->
</div><!--<div class="col-lg-5 col-md-12 grids-w3ls-right-2 mt-xl-5 mt-3">-->

<!--ปักหมุด-->
<div class="row" style="padding-left:40px; padding-right:40px;">
<div class="col-12 grids-w3ls-right-2 mt-3 mb-3 p-3" style="border-style:solid; border-radius: 25px; border-color:#FC6183; border-width:4px; background-color:#FFFFCC;">
<?php
$dbName = "aritnews";
$conn = mysqli_connect($serverName,$userName,$userPassword,$dbName);
mysqli_set_charset($conn,"utf8");
$sql="SELECT * FROM exhibition WHERE (inprogress=1) ORDER BY create_date DESC, exhibition_id DESC";
$query = mysqli_query($conn,$sql);
?>
							<!--<h3 class="title text-bl text-uppercase mb-lg-4 mb-3">Your Title Here</h3>-->
							<ul class="list-unstyled">
<?php
while($result=mysqli_fetch_array($query,MYSQLI_ASSOC))
{
	$detail_url = "arit/aritnews/exhibition_detail.php?exhibition_id=" . $result["exhibition_id"];
	//$img_url = "images/DBonline/" . $result["logo2"];
?>

								<li>
									<a href="<?php echo $detail_url;?>"><!--<span class="fa fa-newspaper-o"></span>-->
									<img src="images/pin.gif" width="25">
									<?php echo $result["exhibition_name"];?></a>
								</li>
																
<?php
} //end while
?>					
							</ul>
</div>
</div>
<!--ปักหมุด-->

				</div>
			</section>
			<!-- ข่าวประชาสัมพันธ์ -->			

			<!-- about 
			<div class="welcome py-5" id="about">
				<div class="container py-xl-5 py-lg-3">
					<div class="row py-xl-4">
						<div class="col-lg-6 welcome-left pr-lg-5">
							<h4 class="mt-2 mb-3">Welcome to ARIT</h4>
                             <h3>ปรัชญา</h3>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;“แหล่งวิชาการ ก้าวทันเทคโนโลยี บริการมีมนุษยสัมพันธ์ ร่วมสร้างสรรค์ท้องถิ่น”</p>

<h3 class="pt-3">วิสัยทัศน์</h3>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;“ศูนย์กลางการเรียนรู้หลากหลาย ด้วยเทคโนโลยีทันสมัย เพื่อการพัฒนาอย่างยั่งยืน”</p>

 <h3 class="pt-3">พันธกิจ</h3>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1. พัฒนานวัตกรรมการบริการสารสนเทศและเทคโนโลยีสารสนเทศ เพื่อการสนับสนุนการเรียนรู้ตลอดชีวิต</p>

<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2. พัฒนาโครงสร้างพื้นฐานด้านเทคโนโลยีสารสนเทศในการสนับสนุนพันธกิจของมหาวิทยาลัยเพื่อก้าวสู่ E-University</p>

<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3. พัฒนาศูนย์การเรียนรู้เทคโนโลยีสารสนเทศของนักศึกษา บุคลากรของมหาวิทยาลัยและท้องถิ่น</p>

<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4. สนับสนุนโครงการอันเนื่องมาจากพระราชดำริ โครงการบริการวิชาการ และสืบสานวัฒนธรรมท้องถิ่น</p>

<p>
<a href="history.php#history" class="btn button-style mt-sm-5 mt-4">ประวัติสำนักฯ</a>
<a href="structure.php#structure" class="btn button-style mt-sm-5 mt-4">โครงสร้างสำนักฯ</a>
</p>

						</div>
						<div class="col-lg-6 welcome-right text-center mt-lg-0 mt-5">
							<div class="row">
								<div class="col-sm-6">
									<div class="about-sty ml-sm-3">
										<a href="https://arit.skru.ac.th/lib/index.php">
										<span class="fa fa-book text-wh"></span>
										<p class="text-li mt-2">หอสมุดกลาง</p>
										</a>
									</div>
								</div>
								<div class="col-sm-6 mt-sm-0 mt-4">
									<div class="about-sty-2 px-4 py-5">
										<a href="https://cc.skru.ac.th">
										<span class="fa fa-television text-wh"></span>
										<p class="text-li mt-2">ศูนย์คอมพิวเตอร์</p>
										</a>
									</div>
									<div class="about-sty-2 px-4 py-5 mt-4">
										<a href="https://lc.skru.ac.th">
										<span class="fa fa-language text-wh"></span>
										<p class="text-li mt-2">ศูนย์ความเป็นเลิศด้านภาษา</p>
										</a>
									</div>
								</div>
							</div>
						</div>
					</div>
				</div>
			</div>
			 //about -->

			<!-- services0 -->
			<div class="serives-w3pvt-web py-5" id="services0">
				<div class="container py-xl-5 py-lg-3">
					<div class="row support-bottom text-center">
						<div class="col-md-3 services-w3ls-grid">
							<a href="https://training.skru.ac.th/">
							<!--<div class="serv-icon mx-auto">
								<span class="fa fa-pie-chart"></span>
							</div>-->
							<img src="images/weblogo1.png" width="100">
							<h4 class="text-wh mt-md-4 mt-3 mb-3">บริการคอร์สอบรม</h4>
							</a>
							<p  style="color:#333333;">โครงการอบรมเชิงปฏิบัติการเกี่ยวกับคอมพิวเตอร์</p>
                            <p  style="color:#333333;">ณ ห้องปฏิบัติการคอมพิวเตอร์ อาคารศูนย์ภาษาและคอมพิวเตอร์</p>
						</div>
						<div class="col-md-3 services-w3ls-grid my-md-0 my-4">
							<a href="http://opac.skru.ac.th/opac">
							<!--<div class="serv-icon clr-2 mx-auto">
								<span class="fa fa-opencart"></span>
							</div>-->
							<img src="images/weblogo2.png" width="100">
							<h4 class="text-wh mt-md-4 mt-3 mb-3">สืบค้นทรัพยากรฯ ในห้องสมุด (OPAC)</h4>
							</a>
							<p style="color:#333333;">สืบค้นทรัพยากรสารสนเทศในห้องสมุด (OPAC)</p>
						</div>
						<div class="col-md-3 services-w3ls-grid">
							<!--<a href="https://skrudl.skru.ac.th/">
							<div class="serv-icon clr-3 mx-auto">
								<span class="fa fa-ravelry"></span>
							</div>
							<img src="images/arittest.png" width="100">
							<h4 class="text-wh mt-md-4 mt-3 mb-3">บริการศูนย์สอบคอมพิวเตอร์</h4>
							</a>
							<p>จัดตั้งขึ้นเพื่อให้บริการทดสอบวัดความรู้ทางด้านคอมพิวเตอร์พื้นฐาน โดยเปิดให้บริการแก่นักศึกษา บุคลากร และผู้สนใจทั่วไป </p>-->
							<a href="https://skrudl.skru.ac.th/">
							<!--<div class="serv-icon clr-3 mx-auto">
								<span class="fa fa-ravelry"></span>
							</div>-->
							<img src="images/weblogo3.png" width="100">
							<h4 class="text-wh mt-md-4 mt-3 mb-3">ทดสอบสมรรถนะดิจิทัล</h4>
							</a>
							<p style="color:#333333">ทดสอบวัดมาตรฐานความสามารถด้านคอมพิวเตอร์และเทคโนโลยีสารสนเทศ Computer Competency Skill สำหรับนักศึกษา มหาวิทยาลัยราชภัฏสงขลา</p>							
						</div>
						<div class="col-md-3 services-w3ls-grid">
							<!--<a href="https://skrudl.skru.ac.th/">
							<div class="serv-icon clr-3 mx-auto">
								<span class="fa fa-ravelry"></span>
							</div>
							<img src="images/arittest.png" width="100">
							<h4 class="text-wh mt-md-4 mt-3 mb-3">บริการศูนย์สอบคอมพิวเตอร์</h4>
							</a>
							<p>จัดตั้งขึ้นเพื่อให้บริการทดสอบวัดความรู้ทางด้านคอมพิวเตอร์พื้นฐาน โดยเปิดให้บริการแก่นักศึกษา บุคลากร และผู้สนใจทั่วไป </p>-->
							<a href="https://arit.skru.ac.th/arit/aritnews/exhibition_detail.php?exhibition_id=871">
							<!--<div class="serv-icon clr-3 mx-auto">
								<span class="fa fa-ravelry"></span>
							</div>-->
							<img src="images/weblogo4.png" width="100">
							<h4 class="text-wh mt-md-4 mt-3 mb-3">English Discoveries</h4>
							</a>
							<p style="color:#333333">เรียนภาษาอังกฤษออนไลน์</p>							
						</div>						
					</div>
				</div>
			</div>
			<!-- //services0 -->
			
			
			<!-- middle 
			<div class="w3pvt-web-wthree-works py-5">
				<div class="container py-xl-4 py-lg-3">
					<div class="row">
						<div class="col-lg-7 img-left-posi text-lg-left text-center mb-3">
							
							<a href="https://olc.skru.ac.th/"><img src="images/olc2.png" alt="" class="img-fluid"></a>
						</div>
						<div class="col-lg-5 grids-w3ls-right-2 mt-xl-2 mt-2">
							
							<ul class="list-unstyled">
								<li>
									<a href="https://arit.skru.ac.th/arit/aritnews/exhibition_detail.php?exhibition_id=173"><span class="fa fa-chevron-circle-right"></span>
									บริการจองห้อง</a>
								</li>
								<li>
									<a href="https://ed.engdis.com/skru#/login"><span class="fa fa-chevron-circle-right"></span>
									เรียนภาษาอังกฤษออนไลน์ด้วยตนเอง English Discoveries</a>
								</li>
								<li class="my-2">
									<a href="https://lc.skru.ac.th/traineng/index.php"><span class="fa fa-chevron-circle-right"></span>
									ลงทะเบียนอบรมภาษาต่างประเทศ</a>
								</li>
								<li>
									<a href="https://forms.gle/BHCEz9SNfz7xu1pe6"><span class="fa fa-chevron-circle-right"></span>
									ลงทะเบียนอบรมการใช้ห้องสมุดและการสืบค้นสารสนเทศ</a>
								</li>
								<li class="my-2">
									<a href="https://arit.skru.ac.th/lib/index.php#onlinedatabase"><span class="fa fa-chevron-circle-right"></span>
									ฐานข้อมูลออนไลน์</a>
								</li>
								<li>
									<a href="https://arit.skru.ac.th/lib/index.php#service"><span class="fa fa-chevron-circle-right"></span>
									บริการอื่นๆของห้องสมุด...</a>
								</li>
								<li class="my-2">
									<a href="https://cc.skru.ac.th/"><span class="fa fa-chevron-circle-right"></span>
									บริการอื่นๆของศูนย์คอมพิวเตอร์...</a>
								</li>
								<li>
									<a href="https://lc.skru.ac.th/"><span class="fa fa-chevron-circle-right"></span>
									บริการอื่นๆของศูนย์ความเป็นเลิศด้านภาษา...</a>
								</li>																								
							</ul>
							
						</div>						
					</div>
				</div>
			</div>
			 //middle -->			
			
			<!-- บริการเด่น -->
			<section class="blog_w3ls pt-1 pb-1 mt-4" id="services">
				<div class="container pb-xl-5 pb-lg-3">
					<div><h3 class="title text-uppercase text-center text-bl mb-0 p-1">บริการเด่น</h3></div>

<!--<div class="col-lg-5 col-md-12 pb-3 mt-xl-5 mt-3 pt-0">-->
<div class="col-lg-4 col-md-8 mx-auto pb-3 mt-xl-5 mt-3 pt-0">
  <div id="myCarousel_services" class="carousel slide" data-ride="carousel">
	<!-- Indicators -->
    <ol class="carousel-indicators">
<?php
$dstn = 0;
$dbName = "db_lib";
$conn = mysqli_connect($serverName,$userName,$userPassword,$dbName);
mysqli_set_charset($conn,"utf8");
$sql = "SELECT * from db_online";
$sql .= " WHERE db_type=14";
$sql .= " ORDER BY db_id DESC";
$query = mysqli_query($conn,$sql);
while($result=mysqli_fetch_array($query,MYSQLI_ASSOC)) {
	if ($dstn == 0) {
?>
		<li data-target="#myCarousel_services" data-slide-to="<?php echo $dstn;?>" class="active"></li>
<?php
	} else { //if ($dstn == 0) {
?>
		<li data-target="#myCarousel_services" data-slide-to="<?php echo $dstn;?>"></li>
<?php	
	} //if ($dstn == 0) {
	$dstn += 1;
}  //while($result=mysqli_fetch_array($query,MYSQLI_ASSOC)) {
?>
    </ol>

    <!-- Wrapper for slides -->
    <div class="carousel-inner">
<?php
$dstn = 0;
$query = mysqli_query($conn,$sql);
while($result=mysqli_fetch_array($query,MYSQLI_ASSOC)) {
	//$img_url = "images/DBonline/" . $result["logo2"];
	$img_url = "images/logoservice1.jpg";
	if ($dstn == 0) {
?>
      <div class="item active">
			<div class="card bg-dark text-white">
<?php
				if ($img_url<>"") {
?>
					<img src="<?php echo $img_url;?>" class="card-img" alt="<?php echo $result["db_name"];?>"/>
<?php		
				} else { //if ($img_url<>"") {
?>
					<img src="images/newsnoimg.png" class="card-img" alt="<?php echo $result["db_name"];?>"/>
<?php		 
				} //if ($img_url<>"") {
?>
			  	<?php /*?><div class="card-img-overlay" style="background-color: rgba(0,107,215, 0.0);">
					<div style="background-color: rgba(240,240,240, 0.9); padding:5px;">
						<a href="<?php echo $result["db_link"];?>"><h5 class="card-title"><font color="#000099"><b><?php echo $result["db_name"];?></b></font></h5>
						<p class="card-text"><font color="#000099" size="+1"><?php echo $result["db_message"];?></font></p></a>
			  		</div>
			  	</div><?php */?>
				<div class="card-img-overlay">
					<div style="background-color: rgba(240,240,240, 0.9); padding:5px;">
						<a href="<?php echo $result["db_link"];?>">
						<font color="#000099" size="+1" style="font-weight:bold; line-height:150%;"><?php echo $result["db_name"];?></font>
						<p><font color="#000099" style="line-height:150%;"><?php echo $result["db_message"];?></font></p>
						</a>
			  		</div>
			  	</div>				
			</div>	
      </div>
<?php
	} else { //if ($dstn == 0) {
?>
      <div class="item">
			<div class="card bg-dark text-white">
<?php
				if ($img_url<>"") {
?>
					<img src="<?php echo $img_url;?>" class="card-img" alt="<?php echo $result["db_name"];?>"/>
<?php		
				} else { //if ($img_url<>"") {
?>
					<img src="images/newsnoimg.png" class="card-img" alt="<?php echo $result["db_name"];?>"/>
<?php		 
				} //if ($img_url<>"") {
?>
				<div class="card-img-overlay">
					<div style="background-color: rgba(240,240,240, 0.9); padding:5px;">
						<a href="<?php echo $result["db_link"];?>">
						<font color="#000099" size="+1" style="font-weight:bold; line-height:150%;"><?php echo $result["db_name"];?></font>
						<p><font color="#000099" style="line-height:150%;"><?php echo $result["db_message"];?></font></p>
						</a>
			  		</div>
			  	</div>
			</div>	
      </div>
<?php	
	} //if ($dstn == 0) {
	$dstn += 1;
}  //while($result=mysqli_fetch_array($query,MYSQLI_ASSOC)) {
?>	
    </div>

    <!-- Left and right controls -->
    <a class="left carousel-control" href="#myCarousel_services" data-slide="prev" style="background-image: none;">
      <span class="glyphicon glyphicon-chevron-left"></span>
      <span class="sr-only">Previous</span>
    </a>
    <a class="right carousel-control" href="#myCarousel_services" data-slide="next" style="background-image: none;">
      <span class="glyphicon glyphicon-chevron-right"></span>
      <span class="sr-only">Next</span>
    </a>
  </div>

</div>

<div class="col-lg-8 col-md-12 grids-w3ls-right-2 mt-xl-5 mt-3">
<?php
$query = mysqli_query($conn,$sql);
$numrow = mysqli_num_rows($query); 
if ($numrow > $select_num_column) { 
	$numcol=2;
} else { 
	$numcol=1;
}
$rowpercol = ceil($numrow/$numcol);
$currow = 1;
if ($numcol==1) {
?>
<div class="col-12">	
<?php	
} elseif ($numcol==2) { //if ($numcol==1) {
?>
<div class="col-lg-6 col-md-12 col-12">	
<?php	
} //if ($numcol==1) {
?>
							<!--<h3 class="title text-bl text-uppercase mb-lg-4 mb-3">Your Title Here</h3>-->
							<ul class="list-unstyled">
<?php
while($result=mysqli_fetch_array($query,MYSQLI_ASSOC))
{
	//$img_url = "images/DBonline/" . $result["logo2"];
	if ($currow==($rowpercol+1)) {
?>
</ul>
</div>
<?php
if ($numcol==1) {
?>
<div class="col-12">	
<?php	
} elseif ($numcol==2) { //if ($numcol==1) {
?>
<div class="col-lg-6 col-md-12 col-12">	
<?php	
} //if ($numcol==1) {
?>
<ul class="list-unstyled">
<?php	
	} //if ($currow==$rowpercol) {
?>

								<li>
									<a href="<?php echo $result["db_link"];?>"><!--<span class="fa fa-newspaper-o"></span>-->
									<img src="images/star1.gif" width="25">
									<?php echo $result["db_name"];?></a>
									<?php
											if ($result["manual2"]<>"") {
									?>			
																				
												&nbsp;<a href="<?php echo $result["manual2"];?>" title="คู่มือ" target="_blank"><i class="fa fa-info-circle" aria-hidden="true"></i></a>
									<?php
											} //if ($result["manual2"]<>"") {
									?>		
								</li>
																
<?php
	$currow += 1;
} //end while
?>					
							</ul>
<!--<p align="right"><font size="+1"><a href="https://arit.skru.ac.th/arit/aritnews/index.php">E-Book (หนังสืออิเล็กทรอนิกส์) ทั้งหมด...</a></font></p>-->						
</div><!--<div class="col-6">-->
</div><!--<div class="col-lg-7 col-md-12 grids-w3ls-right-2 mt-xl-5 mt-3">-->
									
				</div>
			</section>
			<!-- บริการเด่น -->

			<!-- โปรแกรม / แอปพลิเคชัน -->
			<section class="blog_w3ls pt-1 pb-1" id="softwareservice">
				<div class="container pb-xl-5 pb-lg-3">
					<div><h3 class="title text-uppercase text-center text-bl mb-0 p-1">โปรแกรม / แอปพลิเคชัน</h3></div>
<!--<div class="col-lg-5 col-md-12 pb-3 mt-xl-5 mt-3 pt-0">-->
<div class="col-lg-4 col-md-8 mx-auto pb-3 mt-xl-5 mt-3 pt-0">
  <div id="myCarousel_softwareservice" class="carousel slide" data-ride="carousel">
	<!-- Indicators -->
    <ol class="carousel-indicators">
<?php
$dstn = 0;
$dbName = "db_lib";
$conn = mysqli_connect($serverName,$userName,$userPassword,$dbName);
mysqli_set_charset($conn,"utf8");
$sql = "SELECT * from db_online";
$sql .= " WHERE db_type=15";
$sql .= " ORDER BY db_id DESC";
$query = mysqli_query($conn,$sql);
while($result=mysqli_fetch_array($query,MYSQLI_ASSOC)) {
	if ($dstn == 0) {
?>
		<li data-target="#myCarousel_softwareservice" data-slide-to="<?php echo $dstn;?>" class="active"></li>
<?php
	} else { //if ($dstn == 0) {
?>
		<li data-target="#myCarousel_softwareservice" data-slide-to="<?php echo $dstn;?>"></li>
<?php	
	} //if ($dstn == 0) {
	$dstn += 1;
}  //while($result=mysqli_fetch_array($query,MYSQLI_ASSOC)) {
?>
    </ol>

    <!-- Wrapper for slides -->
    <div class="carousel-inner">
<?php
$dstn = 0;
$query = mysqli_query($conn,$sql);
while($result=mysqli_fetch_array($query,MYSQLI_ASSOC)) {
	//$img_url = "images/DBonline/" . $result["logo2"];
	$img_url = "images/logosoftware1.jpg";
	if ($dstn == 0) {
?>
      <div class="item active">
			<div class="card bg-dark text-white">
<?php
				if ($img_url<>"") {
?>
					<img src="<?php echo $img_url;?>" class="card-img" alt="<?php echo $result["db_name"];?>"/>
<?php		
				} else { //if ($img_url<>"") {
?>
					<img src="images/newsnoimg.png" class="card-img" alt="<?php echo $result["db_name"];?>"/>
<?php		 
				} //if ($img_url<>"") {
?>
				<div class="card-img-overlay">
					<div style="background-color: rgba(240,240,240, 0.9); padding:5px;">
						<a href="<?php echo $result["db_link"];?>">
						<font color="#000099" size="+1" style="font-weight:bold; line-height:150%;"><?php echo $result["db_name"];?></font>
						<p><font color="#000099" style="line-height:150%;"><?php echo $result["db_message"];?></font></p>
						</a>
			  		</div>
			  	</div>
			</div>	
      </div>
<?php
	} else { //if ($dstn == 0) {
?>
      <div class="item">
			<div class="card bg-dark text-white">
<?php
				if ($img_url<>"") {
?>
					<img src="<?php echo $img_url;?>" class="card-img" alt="<?php echo $result["db_name"];?>"/>
<?php		
				} else { //if ($img_url<>"") {
?>
					<img src="images/newsnoimg.png" class="card-img" alt="<?php echo $result["db_name"];?>"/>
<?php		 
				} //if ($img_url<>"") {
?>
				<div class="card-img-overlay">
					<div style="background-color: rgba(240,240,240, 0.9); padding:5px;">
						<a href="<?php echo $result["db_link"];?>">
						<font color="#000099" size="+1" style="font-weight:bold; line-height:150%;"><?php echo $result["db_name"];?></font>
						<p><font color="#000099" style="line-height:150%;"><?php echo $result["db_message"];?></font></p>
						</a>
			  		</div>
			  	</div>
			</div>	
      </div>
<?php	
	} //if ($dstn == 0) {
	$dstn += 1;
}  //while($result=mysqli_fetch_array($query,MYSQLI_ASSOC)) {
?>	
    </div>

    <!-- Left and right controls -->
    <a class="left carousel-control" href="#myCarousel_softwareservice" data-slide="prev" style="background-image: none;">
      <span class="glyphicon glyphicon-chevron-left"></span>
      <span class="sr-only">Previous</span>
    </a>
    <a class="right carousel-control" href="#myCarousel_softwareservice" data-slide="next" style="background-image: none;">
      <span class="glyphicon glyphicon-chevron-right"></span>
      <span class="sr-only">Next</span>
    </a>
  </div>

</div>

<div class="col-lg-8 col-md-12 grids-w3ls-right-2 mt-xl-5 mt-3">
<?php
$query = mysqli_query($conn,$sql);
$numrow = mysqli_num_rows($query); 
if ($numrow > $select_num_column) { 
	$numcol=2;
} else { 
	$numcol=1;
}
$rowpercol = ceil($numrow/$numcol);
$currow = 1;
if ($numcol==1) {
?>
<div class="col-12">	
<?php	
} elseif ($numcol==2) { //if ($numcol==1) {
?>
<div class="col-lg-6 col-md-12 col-12">	
<?php	
} //if ($numcol==1) {
?>
							<!--<h3 class="title text-bl text-uppercase mb-lg-4 mb-3">Your Title Here</h3>-->
							<ul class="list-unstyled">
<?php
while($result=mysqli_fetch_array($query,MYSQLI_ASSOC))
{
	//$img_url = "images/DBonline/" . $result["logo2"];
	if ($currow==($rowpercol+1)) {
?>
</ul>
</div>
<?php
if ($numcol==1) {
?>
<div class="col-12">	
<?php	
} elseif ($numcol==2) { //if ($numcol==1) {
?>
<div class="col-lg-6 col-md-12 col-12">	
<?php	
} //if ($numcol==1) {
?>
<ul class="list-unstyled">
<?php	
	} //if ($currow==$rowpercol) {
?>

								<li>
									<a href="<?php echo $result["db_link"];?>"><!--<span class="fa fa-newspaper-o"></span>-->
									<img src="images/software1.gif" width="25">
									<?php echo $result["db_name"];?></a>
									<?php
											if ($result["manual2"]<>"") {
									?>			
																				
												&nbsp;<a href="<?php echo $result["manual2"];?>" title="คู่มือ" target="_blank"><i class="fa fa-info-circle" aria-hidden="true"></i></a>
									<?php
											} //if ($result["manual2"]<>"") {
									?>	
								</li>
																
<?php
	$currow += 1;
} //end while
?>					
							</ul>
<!--<p align="right"><font size="+1"><a href="https://arit.skru.ac.th/arit/aritnews/index.php">E-Book (หนังสืออิเล็กทรอนิกส์) ทั้งหมด...</a></font></p>-->						
</div><!--<div class="col-6">-->
</div><!--<div class="col-lg-7 col-md-12 grids-w3ls-right-2 mt-xl-5 mt-3">-->
									
				</div>
			</section>
			<!-- โปรแกรม / แอปพลิเคชัน -->

			
			<!-- เรียนออนไลน์ ทีวี วิดีโอ -->
			<section class="blog_w3ls pt-1 pb-1" id="multimedia">
				<div class="container pb-xl-5 pb-lg-3">
					<div><h3 class="title text-uppercase text-center text-bl mb-0 p-1">เรียนออนไลน์ ทีวี วิดีโอ</h3></div>
<!--<div class="col-lg-5 col-md-12 pb-3 mt-xl-5 mt-3 pt-0">-->
<div class="col-lg-4 col-md-8 mx-auto pb-3 mt-xl-5 mt-3 pt-0">
  <div id="myCarousel_multimedia" class="carousel slide" data-ride="carousel">
	<!-- Indicators -->
    <ol class="carousel-indicators">
<?php
$dstn = 0;
$dbName = "db_lib";
$conn = mysqli_connect($serverName,$userName,$userPassword,$dbName);
mysqli_set_charset($conn,"utf8");
$sql = "SELECT * from db_online";
$sql .= " WHERE db_type=10";
$sql .= " ORDER BY db_id DESC";
$query = mysqli_query($conn,$sql);
while($result=mysqli_fetch_array($query,MYSQLI_ASSOC)) {
	if ($dstn == 0) {
?>
		<li data-target="#myCarousel_multimedia" data-slide-to="<?php echo $dstn;?>" class="active"></li>
<?php
	} else { //if ($dstn == 0) {
?>
		<li data-target="#myCarousel_multimedia" data-slide-to="<?php echo $dstn;?>"></li>
<?php	
	} //if ($dstn == 0) {
	$dstn += 1;
}  //while($result=mysqli_fetch_array($query,MYSQLI_ASSOC)) {
?>
    </ol>

    <!-- Wrapper for slides -->
    <div class="carousel-inner">
<?php
$dstn = 0;
$query = mysqli_query($conn,$sql);
while($result=mysqli_fetch_array($query,MYSQLI_ASSOC)) {
	//$img_url = "images/DBonline/" . $result["logo2"];
	$img_url = "images/logomultimedia1.jpg";
	if ($dstn == 0) {
?>
      <div class="item active">
			<div class="card bg-dark text-white">
<?php
				if ($img_url<>"") {
?>
					<img src="<?php echo $img_url;?>" class="card-img" alt="<?php echo $result["db_name"];?>"/>
<?php		
				} else { //if ($img_url<>"") {
?>
					<img src="images/newsnoimg.png" class="card-img" alt="<?php echo $result["db_name"];?>"/>
<?php		 
				} //if ($img_url<>"") {
?>
				<div class="card-img-overlay">
					<div style="background-color: rgba(240,240,240, 0.9); padding:5px;">
						<a href="<?php echo $result["db_link"];?>">
						<font color="#000099" size="+1" style="font-weight:bold; line-height:150%;"><?php echo $result["db_name"];?></font>
						<p><font color="#000099" style="line-height:150%;"><?php echo $result["db_message"];?></font></p>
						</a>
			  		</div>
			  	</div>
			</div>	
      </div>
<?php
	} else { //if ($dstn == 0) {
?>
      <div class="item">
			<div class="card bg-dark text-white">
<?php
				if ($img_url<>"") {
?>
					<img src="<?php echo $img_url;?>" class="card-img" alt="<?php echo $result["db_name"];?>"/>
<?php		
				} else { //if ($img_url<>"") {
?>
					<img src="images/newsnoimg.png" class="card-img" alt="<?php echo $result["db_name"];?>"/>
<?php		 
				} //if ($img_url<>"") {
?>
				<div class="card-img-overlay">
					<div style="background-color: rgba(240,240,240, 0.9); padding:5px;">
						<a href="<?php echo $result["db_link"];?>">
						<font color="#000099" size="+1" style="font-weight:bold; line-height:150%;"><?php echo $result["db_name"];?></font>
						<p><font color="#000099" style="line-height:150%;"><?php echo $result["db_message"];?></font></p>
						</a>
			  		</div>
			  	</div>
			</div>	
      </div>
<?php	
	} //if ($dstn == 0) {
	$dstn += 1;
}  //while($result=mysqli_fetch_array($query,MYSQLI_ASSOC)) {
?>	
    </div>

    <!-- Left and right controls -->
    <a class="left carousel-control" href="#myCarousel_multimedia" data-slide="prev" style="background-image: none;">
      <span class="glyphicon glyphicon-chevron-left"></span>
      <span class="sr-only">Previous</span>
    </a>
    <a class="right carousel-control" href="#myCarousel_multimedia" data-slide="next" style="background-image: none;">
      <span class="glyphicon glyphicon-chevron-right"></span>
      <span class="sr-only">Next</span>
    </a>
  </div>

</div>

<div class="col-lg-8 col-md-12 grids-w3ls-right-2 mt-xl-5 mt-3">
<?php
$query = mysqli_query($conn,$sql);
$numrow = mysqli_num_rows($query); 
if ($numrow > $select_num_column) { 
	$numcol=2;
} else { 
	$numcol=1;
}
$rowpercol = ceil($numrow/$numcol);
$currow = 1;
if ($numcol==1) {
?>
<div class="col-12">	
<?php	
} elseif ($numcol==2) { //if ($numcol==1) {
?>
<div class="col-lg-6 col-md-12 col-12">		
<?php	
} //if ($numcol==1) {
?>
							<!--<h3 class="title text-bl text-uppercase mb-lg-4 mb-3">Your Title Here</h3>-->
							<ul class="list-unstyled">
<?php
while($result=mysqli_fetch_array($query,MYSQLI_ASSOC))
{
	//$img_url = "images/DBonline/" . $result["logo2"];
	if ($currow==($rowpercol+1)) {
?>
</ul>
</div>
<?php
if ($numcol==1) {
?>
<div class="col-12">	
<?php	
} elseif ($numcol==2) { //if ($numcol==1) {
?>
<div class="col-lg-6 col-md-12 col-12">		
<?php	
} //if ($numcol==1) {
?>
<ul class="list-unstyled">
<?php	
	} //if ($currow==$rowpercol) {
?>

								<li>
									<a href="<?php echo $result["db_link"];?>"><!--<span class="fa fa-newspaper-o"></span>-->
									<img src="images/onlinelesson1.gif" width="25">
									<?php echo $result["db_name"];?></a>
									<?php
											if ($result["manual2"]<>"") {
									?>			
																				
												&nbsp;<a href="<?php echo $result["manual2"];?>" title="คู่มือ" target="_blank"><i class="fa fa-info-circle" aria-hidden="true"></i></a>
									<?php
											} //if ($result["manual2"]<>"") {
									?>	
								</li>
																
<?php
	$currow += 1;
} //end while
?>					
							</ul>
<!--<p align="right"><font size="+1"><a href="https://arit.skru.ac.th/arit/aritnews/index.php">E-Book (หนังสืออิเล็กทรอนิกส์) ทั้งหมด...</a></font></p>-->						
</div><!--<div class="col-6">-->
</div><!--<div class="col-lg-7 col-md-12 grids-w3ls-right-2 mt-xl-5 mt-3">-->
									
				</div>
			</section>
			<!-- เรียนออนไลน์ ทีวี วิดีโอ -->										


			<!-- ฐานข้อมูลออนไลน์ -->
			<section class="blog_w3ls pt-1 pb-1" id="onlinedatabase">
				<div class="container pb-xl-5 pb-lg-3">
					<div><h3 class="title text-uppercase text-center text-bl mb-0 p-1">ฐานข้อมูลออนไลน์</h3></div>
<!--<div class="col-lg-5 col-md-12 pb-3 mt-xl-5 mt-3 pt-0">-->
<div class="col-lg-4 col-md-8 mx-auto pb-3 mt-xl-5 mt-3 pt-0">
  <div id="myCarousel_onlinedatabase" class="carousel slide" data-ride="carousel">
	<!-- Indicators -->
    <ol class="carousel-indicators">
<?php
$dstn = 0;
$dbName = "db_lib";
$conn = mysqli_connect($serverName,$userName,$userPassword,$dbName);
mysqli_set_charset($conn,"utf8");
$sql = "SELECT * from db_online";
$sql .= " WHERE db_type=1 OR db_type=2 OR db_type=3 OR db_type=5";
$sql .= " ORDER BY db_id DESC";
$query = mysqli_query($conn,$sql);
while($result=mysqli_fetch_array($query,MYSQLI_ASSOC)) {
	if ($dstn == 0) {
?>
		<li data-target="#myCarousel_onlinedatabase" data-slide-to="<?php echo $dstn;?>" class="active"></li>
<?php
	} else { //if ($dstn == 0) {
?>
		<li data-target="#myCarousel_onlinedatabase" data-slide-to="<?php echo $dstn;?>"></li>
<?php	
	} //if ($dstn == 0) {
	$dstn += 1;
}  //while($result=mysqli_fetch_array($query,MYSQLI_ASSOC)) {
?>
    </ol>

    <!-- Wrapper for slides -->
    <div class="carousel-inner">
<?php
$dstn = 0;
$query = mysqli_query($conn,$sql);
while($result=mysqli_fetch_array($query,MYSQLI_ASSOC)) {
	//$img_url = "images/DBonline/" . $result["logo2"];
	$img_url = "images/onlinedatabase1.jpg";
	if ($dstn == 0) {
?>
      <div class="item active">
			<div class="card bg-dark text-white">
<?php
				if ($img_url<>"") {
?>
					<img src="<?php echo $img_url;?>" class="card-img" alt="<?php echo $result["db_name"];?>"/>
<?php		
				} else { //if ($img_url<>"") {
?>
					<img src="images/newsnoimg.png" class="card-img" alt="<?php echo $result["db_name"];?>"/>
<?php		 
				} //if ($img_url<>"") {
?>
				<div class="card-img-overlay">
					<div style="background-color: rgba(240,240,240, 0.9); padding:5px;">
						<a href="<?php echo $result["db_link"];?>">
						<font color="#000099" size="+1" style="font-weight:bold; line-height:150%;"><?php echo $result["db_name"];?></font>
						<p><font color="#000099" style="line-height:150%;"><?php echo $result["db_message"];?></font></p>
						</a>
			  		</div>
			  	</div>
			</div>	
      </div>
<?php
	} else { //if ($dstn == 0) {
?>
      <div class="item">
			<div class="card bg-dark text-white">
<?php
				if ($img_url<>"") {
?>
					<img src="<?php echo $img_url;?>" class="card-img" alt="<?php echo $result["db_name"];?>"/>
<?php		
				} else { //if ($img_url<>"") {
?>
					<img src="images/newsnoimg.png" class="card-img" alt="<?php echo $result["db_name"];?>"/>
<?php		 
				} //if ($img_url<>"") {
?>
				<div class="card-img-overlay">
					<div style="background-color: rgba(240,240,240, 0.9); padding:5px;">
						<a href="<?php echo $result["db_link"];?>">
						<font color="#000099" size="+1" style="font-weight:bold; line-height:150%;"><?php echo $result["db_name"];?></font>
						<p><font color="#000099" style="line-height:150%;"><?php echo $result["db_message"];?></font></p>
						</a>
			  		</div>
			  	</div>
			</div>	
      </div>
<?php	
	} //if ($dstn == 0) {
	$dstn += 1;
}  //while($result=mysqli_fetch_array($query,MYSQLI_ASSOC)) {
?>	
    </div>

    <!-- Left and right controls -->
    <a class="left carousel-control" href="#myCarousel_onlinedatabase" data-slide="prev" style="background-image: none;">
      <span class="glyphicon glyphicon-chevron-left"></span>
      <span class="sr-only">Previous</span>
    </a>
    <a class="right carousel-control" href="#myCarousel_onlinedatabase" data-slide="next" style="background-image: none;">
      <span class="glyphicon glyphicon-chevron-right"></span>
      <span class="sr-only">Next</span>
    </a>
  </div>

</div>

<div class="col-lg-8 col-md-12 grids-w3ls-right-2 mt-xl-5 mt-3">
<?php
$query = mysqli_query($conn,$sql);
$numrow = mysqli_num_rows($query); 
if ($numrow > $select_num_column) { 
	$numcol=2;
} else { 
	$numcol=1;
}
$rowpercol = ceil($numrow/$numcol);
$currow = 1;
if ($numcol==1) {
?>
<div class="col-12">	
<?php	
} elseif ($numcol==2) { //if ($numcol==1) {
?>
<div class="col-lg-6 col-md-12 col-12">	
<?php	
} //if ($numcol==1) {
?>
							<!--<h3 class="title text-bl text-uppercase mb-lg-4 mb-3">Your Title Here</h3>-->
							<ul class="list-unstyled">
<?php
while($result=mysqli_fetch_array($query,MYSQLI_ASSOC))
{
	//$img_url = "images/DBonline/" . $result["logo2"];
	if ($currow==($rowpercol+1)) {
?>
</ul>
</div>
<?php
if ($numcol==1) {
?>
<div class="col-12">	
<?php	
} elseif ($numcol==2) { //if ($numcol==1) {
?>
<div class="col-lg-6 col-md-12 col-12">	
<?php	
} //if ($numcol==1) {
?>
<ul class="list-unstyled">
<?php	
	} //if ($currow==$rowpercol) {
?>

								<li>
									<a href="<?php echo $result["db_link"];?>"><!--<span class="fa fa-newspaper-o"></span>-->
									<img src="images/ebook1.gif" width="25">
									<?php echo $result["db_name"];?></a>
									<?php
											if ($result["manual2"]<>"") {
									?>			
																				
												&nbsp;<a href="<?php echo $result["manual2"];?>" title="คู่มือ" target="_blank"><i class="fa fa-info-circle" aria-hidden="true"></i></a>
									<?php
											} //if ($result["manual2"]<>"") {
									?>	
								</li>
																
<?php
	$currow += 1;
} //end while
?>					
							</ul>
<!--<p align="right"><font size="+1"><a href="https://arit.skru.ac.th/arit/aritnews/index.php">E-Book (หนังสืออิเล็กทรอนิกส์) ทั้งหมด...</a></font></p>-->						
</div><!--<div class="col-6">-->
</div><!--<div class="col-lg-7 col-md-12 grids-w3ls-right-2 mt-xl-5 mt-3">-->
									
				</div>
			</section>
			<!-- ฐานข้อมูลออนไลน์ -->		
		
			<!-- E-Book (หนังสืออิเล็กทรอนิกส์) -->
			<section class="blog_w3ls pt-1 pb-1" id="ebook">
				<div class="container pb-xl-5 pb-lg-3">
					<div><h3 class="title text-uppercase text-center text-bl mb-0 p-1">E-Book (หนังสืออิเล็กทรอนิกส์)</h3></div>
<!--<div class="col-lg-5 col-md-12 pb-3 mt-xl-5 mt-3 pt-0">-->
<div class="col-lg-4 col-md-8 mx-auto pb-3 mt-xl-5 mt-3 pt-0">
  <div id="myCarousel_ebook" class="carousel slide" data-ride="carousel">
	<!-- Indicators -->
    <ol class="carousel-indicators">
<?php
$dstn = 0;
$dbName = "db_lib";
$conn = mysqli_connect($serverName,$userName,$userPassword,$dbName);
mysqli_set_charset($conn,"utf8");
$sql = "SELECT * from db_online";
$sql .= " WHERE db_type=12";
$sql .= " ORDER BY db_id DESC";
$query = mysqli_query($conn,$sql);
while($result=mysqli_fetch_array($query,MYSQLI_ASSOC)) {
	if ($dstn == 0) {
?>
		<li data-target="#myCarousel_ebook" data-slide-to="<?php echo $dstn;?>" class="active"></li>
<?php
	} else { //if ($dstn == 0) {
?>
		<li data-target="#myCarousel_ebook" data-slide-to="<?php echo $dstn;?>"></li>
<?php	
	} //if ($dstn == 0) {
	$dstn += 1;
}  //while($result=mysqli_fetch_array($query,MYSQLI_ASSOC)) {
?>
    </ol>

    <!-- Wrapper for slides -->
    <div class="carousel-inner">
<?php
$dstn = 0;
$query = mysqli_query($conn,$sql);
while($result=mysqli_fetch_array($query,MYSQLI_ASSOC)) {
	//$img_url = "images/DBonline/" . $result["logo2"];
	$img_url = "images/onlinedatabase1.jpg";
	if ($dstn == 0) {
?>
      <div class="item active">
			<div class="card bg-dark text-white">
<?php
				if ($img_url<>"") {
?>
					<img src="<?php echo $img_url;?>" class="card-img" alt="<?php echo $result["db_name"];?>"/>
<?php		
				} else { //if ($img_url<>"") {
?>
					<img src="images/newsnoimg.png" class="card-img" alt="<?php echo $result["db_name"];?>"/>
<?php		 
				} //if ($img_url<>"") {
?>
				<div class="card-img-overlay">
					<div style="background-color: rgba(240,240,240, 0.9); padding:5px;">
						<a href="<?php echo $result["db_link"];?>">
						<font color="#000099" size="+1" style="font-weight:bold; line-height:150%;"><?php echo $result["db_name"];?></font>
						<p><font color="#000099" style="line-height:150%;"><?php echo $result["db_message"];?></font></p>
						</a>
			  		</div>
			  	</div>
			</div>	
      </div>
<?php
	} else { //if ($dstn == 0) {
?>
      <div class="item">
			<div class="card bg-dark text-white">
<?php
				if ($img_url<>"") {
?>
					<img src="<?php echo $img_url;?>" class="card-img" alt="<?php echo $result["db_name"];?>"/>
<?php		
				} else { //if ($img_url<>"") {
?>
					<img src="images/newsnoimg.png" class="card-img" alt="<?php echo $result["db_name"];?>"/>
<?php		 
				} //if ($img_url<>"") {
?>
				<div class="card-img-overlay">
					<div style="background-color: rgba(240,240,240, 0.9); padding:5px;">
						<a href="<?php echo $result["db_link"];?>">
						<font color="#000099" size="+1" style="font-weight:bold; line-height:150%;"><?php echo $result["db_name"];?></font>
						<p><font color="#000099" style="line-height:150%;"><?php echo $result["db_message"];?></font></p>
						</a>
			  		</div>
			  	</div>
			</div>	
      </div>
<?php	
	} //if ($dstn == 0) {
	$dstn += 1;
}  //while($result=mysqli_fetch_array($query,MYSQLI_ASSOC)) {
?>	
    </div>

    <!-- Left and right controls -->
    <a class="left carousel-control" href="#myCarousel_ebook" data-slide="prev" style="background-image: none;">
      <span class="glyphicon glyphicon-chevron-left"></span>
      <span class="sr-only">Previous</span>
    </a>
    <a class="right carousel-control" href="#myCarousel_ebook" data-slide="next" style="background-image: none;">
      <span class="glyphicon glyphicon-chevron-right"></span>
      <span class="sr-only">Next</span>
    </a>
  </div>

</div>

<div class="col-lg-8 col-md-12 grids-w3ls-right-2 mt-xl-5 mt-3">
<?php
$query = mysqli_query($conn,$sql);
$numrow = mysqli_num_rows($query); 
if ($numrow > $select_num_column) { 
	$numcol=2;
} else { 
	$numcol=1;
}
$rowpercol = ceil($numrow/$numcol);
$currow = 1;
if ($numcol==1) {
?>
<div class="col-12">	
<?php	
} elseif ($numcol==2) { //if ($numcol==1) {
?>
<div class="col-lg-6 col-md-12 col-12">		
<?php	
} //if ($numcol==1) {
?>
							<!--<h3 class="title text-bl text-uppercase mb-lg-4 mb-3">Your Title Here</h3>-->
							<ul class="list-unstyled">
<?php
while($result=mysqli_fetch_array($query,MYSQLI_ASSOC))
{
	//$img_url = "images/DBonline/" . $result["logo2"];
	if ($currow==($rowpercol+1)) {
?>
</ul>
</div>
<?php
if ($numcol==1) {
?>
<div class="col-12">	
<?php	
} elseif ($numcol==2) { //if ($numcol==1) {
?>
<div class="col-lg-6 col-md-12 col-12">	
<?php	
} //if ($numcol==1) {
?>
<ul class="list-unstyled">
<?php	
	} //if ($currow==$rowpercol) {
?>

								<li>
									<a href="<?php echo $result["db_link"];?>"><!--<span class="fa fa-newspaper-o"></span>-->
									<img src="images/ebook1.gif" width="25">
									<?php echo $result["db_name"];?></a>
									<?php
											if ($result["manual2"]<>"") {
									?>			
																				
												&nbsp;<a href="<?php echo $result["manual2"];?>" title="คู่มือ" target="_blank"><i class="fa fa-info-circle" aria-hidden="true"></i></a>
									<?php
											} //if ($result["manual2"]<>"") {
									?>	
								</li>
																
<?php
	$currow += 1;
} //end while
?>					
							</ul>
<!--<p align="right"><font size="+1"><a href="https://arit.skru.ac.th/arit/aritnews/index.php">E-Book (หนังสืออิเล็กทรอนิกส์) ทั้งหมด...</a></font></p>-->						
</div><!--<div class="col-6">-->
</div><!--<div class="col-lg-7 col-md-12 grids-w3ls-right-2 mt-xl-5 mt-3">-->
									
				</div>
			</section>
			<!-- E-Book (หนังสืออิเล็กทรอนิกส์) -->					
			
			<!-- วารสาร นิตยสาร -->
			<section class="blog_w3ls pt-1 pb-1" id="journal">
				<div class="container pb-xl-5 pb-lg-3">
					<div><h3 class="title text-uppercase text-center text-bl mb-0 p-1">วารสาร นิตยสาร</h3></div>
<!--<div class="col-lg-5 col-md-12 pb-3 mt-xl-5 mt-3 pt-0">-->
<div class="col-lg-4 col-md-8 mx-auto pb-3 mt-xl-5 mt-3 pt-0">
  <div id="myCarousel_journal" class="carousel slide" data-ride="carousel">
	<!-- Indicators -->
    <ol class="carousel-indicators">
<?php
$dstn = 0;
$dbName = "db_lib";
$conn = mysqli_connect($serverName,$userName,$userPassword,$dbName);
mysqli_set_charset($conn,"utf8");
$sql = "SELECT * from db_online";
$sql .= " WHERE db_type=9";
$sql .= " ORDER BY db_id DESC";
$query = mysqli_query($conn,$sql);
while($result=mysqli_fetch_array($query,MYSQLI_ASSOC)) {
	if ($dstn == 0) {
?>
		<li data-target="#myCarousel_journal" data-slide-to="<?php echo $dstn;?>" class="active"></li>
<?php
	} else { //if ($dstn == 0) {
?>
		<li data-target="#myCarousel_journal" data-slide-to="<?php echo $dstn;?>"></li>
<?php	
	} //if ($dstn == 0) {
	$dstn += 1;
}  //while($result=mysqli_fetch_array($query,MYSQLI_ASSOC)) {
?>
    </ol>

    <!-- Wrapper for slides -->
    <div class="carousel-inner">
<?php
$dstn = 0;
$query = mysqli_query($conn,$sql);
while($result=mysqli_fetch_array($query,MYSQLI_ASSOC)) {
	//$img_url = "images/DBonline/" . $result["logo2"];
	$img_url = "images/onlinedatabase1.jpg";
	if ($dstn == 0) {
?>
      <div class="item active">
			<div class="card bg-dark text-white">
<?php
				if ($img_url<>"") {
?>
					<img src="<?php echo $img_url;?>" class="card-img" alt="<?php echo $result["db_name"];?>"/>
<?php		
				} else { //if ($img_url<>"") {
?>
					<img src="images/newsnoimg.png" class="card-img" alt="<?php echo $result["db_name"];?>"/>
<?php		 
				} //if ($img_url<>"") {
?>
				<div class="card-img-overlay">
					<div style="background-color: rgba(240,240,240, 0.9); padding:5px;">
						<a href="<?php echo $result["db_link"];?>">
						<font color="#000099" size="+1" style="font-weight:bold; line-height:150%;"><?php echo $result["db_name"];?></font>
						<p><font color="#000099" style="line-height:150%;"><?php echo $result["db_message"];?></font></p>
						</a>
			  		</div>
			  	</div>
			</div>	
      </div>
<?php
	} else { //if ($dstn == 0) {
?>
      <div class="item">
			<div class="card bg-dark text-white">
<?php
				if ($img_url<>"") {
?>
					<img src="<?php echo $img_url;?>" class="card-img" alt="<?php echo $result["db_name"];?>"/>
<?php		
				} else { //if ($img_url<>"") {
?>
					<img src="images/newsnoimg.png" class="card-img" alt="<?php echo $result["db_name"];?>"/>
<?php		 
				} //if ($img_url<>"") {
?>
				<div class="card-img-overlay">
					<div style="background-color: rgba(240,240,240, 0.9); padding:5px;">
						<a href="<?php echo $result["db_link"];?>">
						<font color="#000099" size="+1" style="font-weight:bold; line-height:150%;"><?php echo $result["db_name"];?></font>
						<p><font color="#000099" style="line-height:150%;"><?php echo $result["db_message"];?></font></p>
						</a>
			  		</div>
			  	</div>
			</div>	
      </div>
<?php	
	} //if ($dstn == 0) {
	$dstn += 1;
}  //while($result=mysqli_fetch_array($query,MYSQLI_ASSOC)) {
?>	
    </div>

    <!-- Left and right controls -->
    <a class="left carousel-control" href="#myCarousel_journal" data-slide="prev" style="background-image: none;">
      <span class="glyphicon glyphicon-chevron-left"></span>
      <span class="sr-only">Previous</span>
    </a>
    <a class="right carousel-control" href="#myCarousel_journal" data-slide="next" style="background-image: none;">
      <span class="glyphicon glyphicon-chevron-right"></span>
      <span class="sr-only">Next</span>
    </a>
  </div>

</div>

<div class="col-lg-8 col-md-12 grids-w3ls-right-2 mt-xl-5 mt-3">
<?php
$query = mysqli_query($conn,$sql);
$numrow = mysqli_num_rows($query); 
if ($numrow > $select_num_column) { 
	$numcol=2;
} else { 
	$numcol=1;
}
$rowpercol = ceil($numrow/$numcol);
$currow = 1;
if ($numcol==1) {
?>

<div class="col-12">	
<?php	
} elseif ($numcol==2) { //if ($numcol==1) {
?>
<div class="col-lg-6 col-md-12 col-12">	
<?php	
} //if ($numcol==1) {
?>
							<!--<h3 class="title text-bl text-uppercase mb-lg-4 mb-3">Your Title Here</h3>-->
							<ul class="list-unstyled">
<?php
while($result=mysqli_fetch_array($query,MYSQLI_ASSOC))
{
	//$img_url = "images/DBonline/" . $result["logo2"];
	if ($currow==($rowpercol+1)) {
?>
</ul>
</div>
<?php
if ($numcol==1) {
?>
<div class="col-12">	
<?php	
} elseif ($numcol==2) { //if ($numcol==1) {
?>
<div class="col-lg-6 col-md-12 col-12">	
<?php	
} //if ($numcol==1) {
?>
<ul class="list-unstyled">
<?php	
	} //if ($currow==$rowpercol) {
?>

								<li>
									<a href="<?php echo $result["db_link"];?>"><!--<span class="fa fa-newspaper-o"></span>-->
									<img src="images/ebook1.gif" width="25">
									<?php echo $result["db_name"];?></a>
									<?php
											if ($result["manual2"]<>"") {
									?>			
																				
												&nbsp;<a href="<?php echo $result["manual2"];?>" title="คู่มือ" target="_blank"><i class="fa fa-info-circle" aria-hidden="true"></i></a>
									<?php
											} //if ($result["manual2"]<>"") {
									?>	
								</li>
																
<?php
	$currow += 1;
} //end while
?>					
							</ul>
<!--<p align="right"><font size="+1"><a href="https://arit.skru.ac.th/arit/aritnews/index.php">E-Book (หนังสืออิเล็กทรอนิกส์) ทั้งหมด...</a></font></p>-->						
</div><!--<div class="col-6">-->
</div><!--<div class="col-lg-7 col-md-12 grids-w3ls-right-2 mt-xl-5 mt-3">-->
									
				</div>
			</section>
			<!-- วารสาร นิตยสาร -->

			<!--ฐานข้อมูลทดลองใช้ -->
<?php /*?>
	$dbName = "db_lib";
	$conn = mysqli_connect($serverName,$userName,$userPassword,$dbName);
	mysqli_set_charset($conn,"utf8");
	$sql = "SELECT * from db_online";
	$sql .= " WHERE db_type=6";
	$sql .= " ORDER BY db_id DESC";
<?php */?>
			<!-- /ฐานข้อมูลทดลองใช้ -->	

			
			<!-- ฐานข้อมูลท้องถิ่น -->
			<section class="blog_w3ls pt-1 pb-1" id="localdatabase">
				<div class="container pb-xl-5 pb-lg-3">
					<div><h3 class="title text-uppercase text-center text-bl mb-0 p-1">ฐานข้อมูลท้องถิ่น</h3></div>
<!--<div class="col-lg-5 col-md-12 pb-3 mt-xl-5 mt-3 pt-0">-->
<div class="col-lg-4 col-md-8 mx-auto pb-3 mt-xl-5 mt-3 pt-0">
  <div id="myCarousel_localdatabase" class="carousel slide" data-ride="carousel">
	<!-- Indicators -->
    <ol class="carousel-indicators">
<?php
$dstn = 0;
$dbName = "db_lib";
$conn = mysqli_connect($serverName,$userName,$userPassword,$dbName);
mysqli_set_charset($conn,"utf8");
$sql = "SELECT * from db_online";
$sql .= " WHERE db_type=13";
$sql .= " ORDER BY db_id DESC";
$query = mysqli_query($conn,$sql);
while($result=mysqli_fetch_array($query,MYSQLI_ASSOC)) {
	if ($dstn == 0) {
?>
		<li data-target="#myCarousel_localdatabase" data-slide-to="<?php echo $dstn;?>" class="active"></li>
<?php
	} else { //if ($dstn == 0) {
?>
		<li data-target="#myCarousel_localdatabase" data-slide-to="<?php echo $dstn;?>"></li>
<?php	
	} //if ($dstn == 0) {
	$dstn += 1;
}  //while($result=mysqli_fetch_array($query,MYSQLI_ASSOC)) {
?>
    </ol>

    <!-- Wrapper for slides -->
    <div class="carousel-inner">
<?php
$dstn = 0;
$query = mysqli_query($conn,$sql);
while($result=mysqli_fetch_array($query,MYSQLI_ASSOC)) {
	//$img_url = "images/DBonline/" . $result["logo2"];
	$img_url = "images/onlinedatabase1.jpg";
	if ($dstn == 0) {
?>
      <div class="item active">
			<div class="card bg-dark text-white">
<?php
				if ($img_url<>"") {
?>
					<img src="<?php echo $img_url;?>" class="card-img" alt="<?php echo $result["db_name"];?>"/>
<?php		
				} else { //if ($img_url<>"") {
?>
					<img src="images/newsnoimg.png" class="card-img" alt="<?php echo $result["db_name"];?>"/>
<?php		 
				} //if ($img_url<>"") {
?>
				<div class="card-img-overlay">
					<div style="background-color: rgba(240,240,240, 0.9); padding:5px;">
						<a href="<?php echo $result["db_link"];?>">
						<font color="#000099" size="+1" style="font-weight:bold; line-height:150%;"><?php echo $result["db_name"];?></font>
						<p><font color="#000099" style="line-height:150%;"><?php echo $result["db_message"];?></font></p>
						</a>
			  		</div>
			  	</div>
			</div>	
      </div>
<?php
	} else { //if ($dstn == 0) {
?>
      <div class="item">
			<div class="card bg-dark text-white">
<?php
				if ($img_url<>"") {
?>
					<img src="<?php echo $img_url;?>" class="card-img" alt="<?php echo $result["db_name"];?>"/>
<?php		
				} else { //if ($img_url<>"") {
?>
					<img src="images/newsnoimg.png" class="card-img" alt="<?php echo $result["db_name"];?>"/>
<?php		 
				} //if ($img_url<>"") {
?>
				<div class="card-img-overlay">
					<div style="background-color: rgba(240,240,240, 0.9); padding:5px;">
						<a href="<?php echo $result["db_link"];?>">
						<font color="#000099" size="+1" style="font-weight:bold; line-height:150%;"><?php echo $result["db_name"];?></font>
						<p><font color="#000099" style="line-height:150%;"><?php echo $result["db_message"];?></font></p>
						</a>
			  		</div>
			  	</div>
			</div>	
      </div>
<?php	
	} //if ($dstn == 0) {
	$dstn += 1;
}  //while($result=mysqli_fetch_array($query,MYSQLI_ASSOC)) {
?>	
    </div>

    <!-- Left and right controls -->
    <a class="left carousel-control" href="#myCarousel_localdatabase" data-slide="prev" style="background-image: none;">
      <span class="glyphicon glyphicon-chevron-left"></span>
      <span class="sr-only">Previous</span>
    </a>
    <a class="right carousel-control" href="#myCarousel_localdatabase" data-slide="next" style="background-image: none;">
      <span class="glyphicon glyphicon-chevron-right"></span>
      <span class="sr-only">Next</span>
    </a>
  </div>

</div>

<div class="col-lg-8 col-md-12 grids-w3ls-right-2 mt-xl-5 mt-3">
<?php
$query = mysqli_query($conn,$sql);
$numrow = mysqli_num_rows($query); 
if ($numrow > $select_num_column) { 
	$numcol=2;
} else { 
	$numcol=1;
}
$rowpercol = ceil($numrow/$numcol);
$currow = 1;
if ($numcol==1) {
?>

<div class="col-12">	
<?php	
} elseif ($numcol==2) { //if ($numcol==1) {
?>
<div class="col-lg-6 col-md-12 col-12">	
<?php	
} //if ($numcol==1) {
?>
							<!--<h3 class="title text-bl text-uppercase mb-lg-4 mb-3">Your Title Here</h3>-->
							<ul class="list-unstyled">
<?php
while($result=mysqli_fetch_array($query,MYSQLI_ASSOC))
{
	//$img_url = "images/DBonline/" . $result["logo2"];
	if ($currow==($rowpercol+1)) {
?>
</ul>
</div>
<?php
if ($numcol==1) {
?>
<div class="col-12">	
<?php	
} elseif ($numcol==2) { //if ($numcol==1) {
?>
<div class="col-lg-6 col-md-12 col-12">		
<?php	
} //if ($numcol==1) {
?>
<ul class="list-unstyled">
<?php	
	} //if ($currow==$rowpercol) {
?>

								<li>
									<a href="<?php echo $result["db_link"];?>"><!--<span class="fa fa-newspaper-o"></span>-->
									<img src="images/ebook1.gif" width="25">
									<?php echo $result["db_name"];?></a>
									<?php
											if ($result["manual2"]<>"") {
									?>			
																				
												&nbsp;<a href="<?php echo $result["manual2"];?>" title="คู่มือ" target="_blank"><i class="fa fa-info-circle" aria-hidden="true"></i></a>
									<?php
											} //if ($result["manual2"]<>"") {
									?>	
								</li>
																
<?php
	$currow += 1;
} //end while
?>					
							</ul>
<!--<p align="right"><font size="+1"><a href="https://arit.skru.ac.th/arit/aritnews/index.php">E-Book (หนังสืออิเล็กทรอนิกส์) ทั้งหมด...</a></font></p>-->						
</div><!--<div class="col-6">-->
</div><!--<div class="col-lg-7 col-md-12 grids-w3ls-right-2 mt-xl-5 mt-3">-->
									
				</div>
			</section>
			<!-- ฐานข้อมูลท้องถิ่น -->			

			<!-- แหล่งสารสนเทศออนไลน์อื่นๆ -->
			<section class="blog_w3ls pt-1 pb-1" id="other">
				<div class="container pb-xl-5 pb-lg-3 mb-3">
					<div><h3 class="title text-uppercase text-center text-bl mb-0 p-1">แหล่งสารสนเทศออนไลน์อื่นๆ</h3></div>
<div class="col-lg-12 col-md-12 col-12 grids-w3ls-right-2 mt-xl-5 mt-3">
<?php
$dbName = "db_lib";
$conn = mysqli_connect($serverName,$userName,$userPassword,$dbName);
mysqli_set_charset($conn,"utf8");
$sql = "SELECT * from db_online";
$sql .= " WHERE db_type=11";
$sql .= " ORDER BY db_id DESC";
$query = mysqli_query($conn,$sql);
?>
							<!--<h3 class="title text-bl text-uppercase mb-lg-4 mb-3">Your Title Here</h3>-->
							<ul class="list-unstyled">
<?php
while($result=mysqli_fetch_array($query,MYSQLI_ASSOC))
{
	$img_url = "images/DBonline/" . $result["logo2"];
?>
								<div class="col-lg-3 col-md-4 col-sm-12 col-xs-12 col-12 grids-w3ls-right-2 mt-xl-1 mt-1">
								<li>
									<a href="<?php echo $result["db_link"];?>"><!--<span class="fa fa-newspaper-o"></span>-->
									<img src="images/network1.gif" width="25">
									<font size="+1"><?php echo $result["db_name"];?></font></a>
								</li>
								</div>																
<?php
} //end while
?>					
							</ul>
<!--<p align="right"><font size="+1"><a href="https://arit.skru.ac.th/arit/aritnews/index.php">E-Book (หนังสืออิเล็กทรอนิกส์) ทั้งหมด...</a></font></p>-->						

</div>
									
				</div>
			</section>
			<!-- แหล่งสารสนเทศออนไลน์อื่นๆ -->

					
			<!-- ข่าว หนังสือพิมพ์ -->
			<section class="blog_w3ls pt-1 pb-1" id="newspaper">
				<div class="container pb-xl-5 pb-lg-3 mb-5">
					<div><h3 class="title text-uppercase text-center text-bl mb-0 p-1">ข่าว หนังสือพิมพ์</h3></div>
<!--<div class="col-lg-7 col-md-12 pb-3 mt-xl-5 mt-3 pt-0">-->
<?php /*?><div align="center">
  <div id="myCarousel_newspaper" class="carousel slide my-4" data-ride="carousel" style="width:30%;">
	<!-- Indicators -->
    <ol class="carousel-indicators">
<?php
$dstn = 0;
$dbName = "db_lib";
$conn = mysqli_connect($serverName,$userName,$userPassword,$dbName);
mysqli_set_charset($conn,"utf8");
$sql = "SELECT * from db_online";
$sql .= " WHERE db_type=8";
$sql .= " ORDER BY db_id DESC";
$query = mysqli_query($conn,$sql);
while($result=mysqli_fetch_array($query,MYSQLI_ASSOC)) {
	if ($dstn == 0) {
?>
		<li data-target="#myCarousel_newspaper" data-slide-to="<?php echo $dstn;?>" class="active"></li>
<?php
	} else { //if ($dstn == 0) {
?>
		<li data-target="#myCarousel_newspaper" data-slide-to="<?php echo $dstn;?>"></li>
<?php	
	} //if ($dstn == 0) {
	$dstn += 1;
}  //while($result=mysqli_fetch_array($query,MYSQLI_ASSOC)) {
?>
    </ol>

    <!-- Wrapper for slides -->
    <div class="carousel-inner">
<?php
$dstn = 0;
$query = mysqli_query($conn,$sql);
while($result=mysqli_fetch_array($query,MYSQLI_ASSOC)) {
	$img_url = "images/DBonline/" . $result["logo2"];
	if ($dstn == 0) {
?>
      <div class="item active">
<?php
		if ($img_url<>"") {
?>	  
        	<a href="<?php echo $result["db_link"];?>"><img src="<?php echo $img_url;?>" alt="<?php echo $result["db_name"];?>" style="width:100%;"></a>
<?php
		} else { //if ($img_url<>"") {
?>
			<a href="<?php echo $result["db_link"];?>"><img src="https://arit.skru.ac.th/images/newsnoimg.png" alt="<?php echo $result["db_name"];?>" style="width:100%;"></a>
<?php		
		} //if ($img_url<>"") {
?>
      </div>
<?php
	} else { //if ($dstn == 0) {
?>
      <div class="item">
<?php
		if ($img_url<>"") {
?>	  
        	<a href="<?php echo $result["db_link"];?>"><img src="<?php echo $img_url;?>" alt="<?php echo $result["db_name"];?>" style="width:100%;"></a>
<?php
		} else { //if ($img_url<>"") {
?>
			<a href="<?php echo $result["db_link"];?>"><img src="https://arit.skru.ac.th/images/newsnoimg.png" alt="<?php echo $result["db_name"];?>" style="width:100%;"></a>
<?php		
		} //if ($img_url<>"") {
?>
      </div>
<?php	
	} //if ($dstn == 0) {
	$dstn += 1;
}  //while($result=mysqli_fetch_array($query,MYSQLI_ASSOC)) {
?>	
    </div>

    <!-- Left and right controls -->
    <a class="left carousel-control" href="#myCarousel_newspaper" data-slide="prev" style="background-image: none;">
      <span class="glyphicon glyphicon-chevron-left"></span>
      <span class="sr-only">Previous</span>
    </a>
    <a class="right carousel-control" href="#myCarousel_newspaper" data-slide="next" style="background-image: none;">
      <span class="glyphicon glyphicon-chevron-right"></span>
      <span class="sr-only">Next</span>
    </a>
  </div>
</div><?php */?>

<!--<div class="col-lg-5 col-md-12 grids-w3ls-right-2 mt-xl-5 mt-3">-->
<div class="col-lg-12 col-md-12 col-12 grids-w3ls-right-2 mt-xl-5 mt-3">
<?php
$dbName = "db_lib";
$conn = mysqli_connect($serverName,$userName,$userPassword,$dbName);
mysqli_set_charset($conn,"utf8");
$sql = "SELECT * from db_online";
$sql .= " WHERE db_type=8";
$sql .= " ORDER BY db_id DESC";
$query = mysqli_query($conn,$sql);
?>
							<!--<h3 class="title text-bl text-uppercase mb-lg-4 mb-3">Your Title Here</h3>-->
							<ul class="list-unstyled">
<?php
while($result=mysqli_fetch_array($query,MYSQLI_ASSOC))
{
	$img_url = "images/DBonline/" . $result["logo2"];
?>
								<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12 col-12 grids-w3ls-right-2 mt-xl-1 mt-1">
								<li>
									<a href="<?php echo $result["db_link"];?>"><!--<span class="fa fa-newspaper-o"></span>-->
									<img src="images/newspaper1.gif" width="25">
									<font size="+1"><?php echo $result["db_name"];?></font></a>
								</li>
								</div>																
<?php
} //end while
?>					
							</ul>
<!--<p align="right"><font size="+1"><a href="https://arit.skru.ac.th/arit/aritnews/index.php">E-Book (หนังสืออิเล็กทรอนิกส์) ทั้งหมด...</a></font></p>-->						

</div>
									
				</div>
			</section>
			<!-- ข่าว หนังสือพิมพ์ -->
						
										
			<!-- stats section -->
			<div class="stats py-5" id="stats">
				<div class="container py-xl-5 py-lg-3">
					<h3 class="title text-uppercase text-center text-bl mb-5 pb-xl-3"><font color="#368ff4">VDO แนะนำสำนักวิทยบริการฯ</font></h3>
					<div class="row text-center py-sm-3 mb-3">
						<div class="col-md-12 col-sm-12 w3layouts_stats_left">
							<!--<iframe width="75%" height="315" src="https://www.youtube.com/embed/qbNqb9gXuOo" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>-->
							<iframe width="75%" height="315" src="https://www.youtube.com/embed/y9R8WsHOTzY" title="แนะนำสำนักวิทยบริการและเทคโนโลยีสารสนเทศ" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
						</div>
					</div>
					<div class="row text-center py-sm-3 mb-3">
						<div class="col-md-12 col-sm-12 w3layouts_stats_left">
							<iframe width="75%" height="315" src="https://www.youtube.com/embed/1DGPZDtJwwM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
						</div>
						<!--<div class="col-md-4 col-sm-6 w3layouts_stats_left">
							<iframe src="https://www.youtube.com/embed/cXdTJktI9U4" width="100%" height="auto" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>						
						</div>
						<div class="col-md-4 col-sm-6 w3layouts_stats_left mt-sm-0 mt-4">
							<iframe src="https://www.youtube.com/embed/rYqTFVlYIdQ" width="100%" height="auto" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>							
						</div>
						<div class="col-md-4 col-sm-6 w3layouts_stats_left mt-sm-0 mt-4">
							<iframe src="https://www.youtube.com/embed/BjwG02r8DEs" width="100%" height="auto" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>						
						</div>						-->
						<!--<div class="col-md-3 col-sm-6 w3layouts_stats_left mt-md-0 mt-4">
							<p class="counter">1200</p>
							<p class="para-text-w3ls text-li">Happy Clients</p>
						</div>
						<div class="col-md-3 col-sm-6 w3layouts_stats_left mt-md-0 mt-4">
							<p class="counter">500</p>
							<p class="para-text-w3ls text-li">Mail Conversation</p>
						</div>-->
					</div>
					<!--<a href="https://www.youtube.com/playlist?list=PLzv6MgNmUNjpFJ7vpD0ojFz0m_QxxBz0w"><p class="text-botm" align="right">VDO กิจกรรมห้องสมุดมนุษย์ทั้งหมด...</p></a>-->
				</div>
			</div>
			<!--//stats section -->			
			

			<!-- gallery -->
			<section class="blog_w3ls pt-3 pb-5 py-5" id="gallery">
				<div class="container pb-xl-5 pb-lg-3 py-xl-5 py-lg-3">
					<h3 class="title text-uppercase text-center text-bl mb-5 pb-xl-3">ภาพกิจกรรม</h3>
					<div class="row">
					
<?php	
	$serverName = "localhost";
	$dbName = "igallery";
	$conn = mysqli_connect($serverName,$userName,$userPassword,$dbName);
	mysqli_set_charset($conn,"utf8");
   
	$sql = "SELECT * from gallery";
	$sql .= " WHERE album_id=2";
	$sql .= " ORDER BY gallery_date DESC";
	$sql .= " LIMIT 3";
	$query = mysqli_query($conn,$sql);
	while($result=mysqli_fetch_array($query,MYSQLI_ASSOC))
	{
		$gallery_url = "https://arit.skru.ac.th/arit/igallery/image_view.php?id=" . $result["gallery_id"];
		/*if ($result["gallery_url"]=="") {
			$gallery_url = "https://arit.skru.ac.th/arit/igallery/image_view.php?id=" . $result["gallery_id"];
		} else {
			$gallery_url = $result["gallery_url"];
		}*/
		$gallery_date_thai = date('j', strtotime($result["gallery_date"])) . " " . MonthThai(date('n', strtotime($result["gallery_date"]))) . " " . (date('Y', strtotime($result["gallery_date"]))+543);		
		$sql2 = "SELECT * from gallery_image";
		$sql2 .= " WHERE (gallery_id=" . $result["gallery_id"] . ") AND (is_cover_image=1)";
		$query2 = mysqli_query($conn,$sql2);
		if ($result2=mysqli_fetch_array($query2,MYSQLI_ASSOC))
		{
			$cover_image = "arit/igallery/image_gallery/" . $result["gallery_id"] . "/" . $result2["image_file"];
		}
		else
		{
			$sql2 = "SELECT * from gallery_image";
			$sql2 .= " WHERE (gallery_id=" . $result["gallery_id"] . ")";
			$sql2 .= " ORDER BY image_order ASC";
			$query2 = mysqli_query($conn,$sql2);
			if ($result2=mysqli_fetch_array($query2,MYSQLI_ASSOC))
			{
				$cover_image = "arit/igallery/image_gallery/" . $result["gallery_id"] . "/" . $result2["image_file"];
			}	
			else
			{
				$cover_image = "";
			}	
		}	
?>
						<div class="col-lg-4 col-md-4 pb-3 mt-2">
							<div class="card border-0 med-blog">
								<div class="card-header p-0">
									<a href="<?php echo $gallery_url;?>">
										<img class="card-img-bottom" src="<?php echo $cover_image;?>" alt="image">
									</a>
								</div>
								<div class="card-body border border-top-0">
									<!--<div class="mb-3">
										<h5 class="blog-title card-title font-weight-bold m-0">
											<a href="https://arit.skru.ac.th/arit/aritnews/exhibition_detail.php?exhibition_id=<?php //echo $exhibition_id;?>"><?php //echo $exhibition_name;?></a>
										</h5>
										<div class="blog_w3icon">
											<span>Jan 12, 2019 - loremipsum</span>
										</div>
									</div>-->
									<p><?php echo $result["gallery_name"];?>&nbsp;<font color="#009900">[<?php echo $gallery_date_thai;?>]</font>&nbsp;...<a href="<?php echo $gallery_url;?>">อ่านต่อ</a></p>
									
								</div>
							</div>
						</div>							
<?php
	} //end while
?>					
					</div>
					<!--<p>&nbsp;</p><p align="right"><a href="igallery.php">ภาพกิจกรรมทั้งหมด...</a></p>-->
					<p></p>
					<p align="right"><font size="+1"><a href="igallery.php">ภาพกิจกรรมทั้งหมด<img src="images/fastforward.gif" width="35"></a></font></p>	
				</div>
			</section>
			<!-- //gallery -->	
					

			<!-- team
			<section class="team py-5" id="team">
				<div class="container py-xl-5 py-lg-3">
					<h3 class="title text-uppercase text-center text-bl mb-5 pb-xl-3">ผู้บริหารและทีมงาน</h3>
                    <div class="row inner-sec-w3layouts-w3pvt-lauinfo">
						<div class="col-md-4 team-grids text-center">
							
						</div>
						<div class="col-md-4 team-grids my-md-0 my-4 text-center">
							<img src="images/team2.jpg" class="img-fluid" alt="">
							<div class="team-info">
								<div class="caption mb-3">
									<h4>Adam Ster</h4>
								</div>
								<div class="social-icons-section">
									<a class="fac" href="#">
										<span class="fa fa-facebook"></span>
									</a>
									<a class="twitter mx-2" href="#">
										<span class="fa fa-twitter"></span>
									</a>
									<a class="google" href="#">
										<span class="fa fa-google-plus"></span>
									</a>
								</div>
							</div>
						</div>
						<div class="col-md-4 team-grids text-center">
							
						</div>
					</div>
                    
                    <br>
					<div class="row inner-sec-w3layouts-w3pvt-lauinfo">
						<div class="col-md-4 team-grids text-center">
							<img src="images/team1.jpg" class="img-fluid" alt="">
							<div class="team-info">
								<div class="caption mb-3">
									<h4>John Doe</h4>
								</div>
								<div class="social-icons-section">
									<a class="fac" href="#">
										<span class="fa fa-facebook"></span>
									</a>
									<a class="twitter mx-2" href="#">
										<span class="fa fa-twitter"></span>
									</a>
									<a class="google" href="#">
										<span class="fa fa-google-plus"></span>
									</a>
								</div>
							</div>
						</div>
						<div class="col-md-4 team-grids my-md-0 my-4 text-center">
							<img src="images/team2.jpg" class="img-fluid" alt="">
							<div class="team-info">
								<div class="caption mb-3">
									<h4>Adam Ster</h4>
								</div>
								<div class="social-icons-section">
									<a class="fac" href="#">
										<span class="fa fa-facebook"></span>
									</a>
									<a class="twitter mx-2" href="#">
										<span class="fa fa-twitter"></span>
									</a>
									<a class="google" href="#">
										<span class="fa fa-google-plus"></span>
									</a>
								</div>
							</div>
						</div>
						<div class="col-md-4 team-grids text-center">
							<img src="images/team3.jpg" class="img-fluid" alt="">
							<div class="team-info">
								<div class="caption mb-3">
									<h4>Chris Tina</h4>
								</div>
								<div class="social-icons-section">
									<a class="fac" href="#">
										<span class="fa fa-facebook"></span>
									</a>
									<a class="twitter mx-2" href="#">
										<span class="fa fa-twitter"></span>
									</a>
									<a class="google" href="#">
										<span class="fa fa-google-plus"></span>
									</a>
								</div>
							</div>
						</div>
					</div>
                    <br>
                    <div class="row inner-sec-w3layouts-w3pvt-lauinfo">
						<div class="col-md-4 team-grids text-center">
							<img src="images/team1.jpg" class="img-fluid" alt="">
							<div class="team-info">
								<div class="caption mb-3">
									<h4>John Doe</h4>
								</div>
								<div class="social-icons-section">
									<a class="fac" href="#">
										<span class="fa fa-facebook"></span>
									</a>
									<a class="twitter mx-2" href="#">
										<span class="fa fa-twitter"></span>
									</a>
									<a class="google" href="#">
										<span class="fa fa-google-plus"></span>
									</a>
								</div>
							</div>
						</div>
						<div class="col-md-4 team-grids my-md-0 my-4 text-center">
							<img src="images/team2.jpg" class="img-fluid" alt="">
							<div class="team-info">
								<div class="caption mb-3">
									<h4>Adam Ster</h4>
								</div>
								<div class="social-icons-section">
									<a class="fac" href="#">
										<span class="fa fa-facebook"></span>
									</a>
									<a class="twitter mx-2" href="#">
										<span class="fa fa-twitter"></span>
									</a>
									<a class="google" href="#">
										<span class="fa fa-google-plus"></span>
									</a>
								</div>
							</div>
						</div>
						<div class="col-md-4 team-grids text-center">
							<img src="images/team3.jpg" class="img-fluid" alt="">
							<div class="team-info">
								<div class="caption mb-3">
									<h4>Chris Tina</h4>
								</div>
								<div class="social-icons-section">
									<a class="fac" href="#">
										<span class="fa fa-facebook"></span>
									</a>
									<a class="twitter mx-2" href="#">
										<span class="fa fa-twitter"></span>
									</a>
									<a class="google" href="#">
										<span class="fa fa-google-plus"></span>
									</a>
								</div>
							</div>
						</div>
					</div>
				</div>
			</section>
			 team -->

			<!-- testimonials 
			<section class="testi text-center py-5" id="testi">
				<div class="container pb-xl-5 pb-lg-3">
					<div class="title-section mb-sm-5 mb-4 pb-xl-4 text-center">
						<h4 class="text-bl mb-2">We have</h4>
						<h3 class="w3ls-title text-bl text-uppercase let font-weight-bold">7630 happy users</h3>
					</div>
					<div class="row pb-4">
						<div class="col-lg-6">
							<div class="testi-cgrid">
								<div class="testi-icon">
									<span class="fa fa-user text-wh" aria-hidden="true"></span>
								</div>
								<h6 class="b-w3ltxt mt-4">Steve Joe</h6>
								<p class="mx-auto">Onec consequat sapien ut leo cursus
									rhoncus. Nullam dui mi, vulputate ac metus semper.</p>
							</div>
						</div>
						<div class="col-lg-6 mt-lg-0 mt-sm-5 mt-4">
							<div class="testi-cgrid">
								<div class="testi-icon">
									<span class="fa fa-user text-wh" aria-hidden="true"></span>
								</div>
								<h6 class="b-w3ltxt mt-4">Petey Sty</h6>
								<p class="mx-auto">Onec consequat sapien ut leo cursus
									rhoncus. Nullam dui mi, vulputate ac metus semper.</p>
							</div>
						</div>
					</div>
				</div>
			</section>
			 testimonials -->

			<!-- middle section green office-->
			<section class="w3ls-bnrbtm py-2 text-center">
				<div class="container py-xl-5 my-lg-5">
					<div class="cont-w3pvt py-sm-5 py-4">
						<!--<span class="w3-line text-uppercase">ห้องสมุดสีเขียว / สำนักงานสีเขียว</span>-->
						<h3 class="w3pvt-web-title mt-2 mb-3">ห้องสมุดสีเขียว / สำนักงานสีเขียว</h3>
						<!--<p class="text-botm">สำนักวิทยบริการและเทคโนโลยีสารสนเทศ มหาวิทยาลัยราชภัฏสงขลา มีความมุ่งมั่นและพัฒนาให้องค์กรมีการบริหารจัดการที่เป็นมิตรต่อสิ่งแวดล้อม ให้บริการสารสนเทศด้านการอนุรักษ์พลังงานและสิ่งแวดล้อม รวมทั้งสร้างความตระหนักให้แก่ผู้รับบริการและบุคลากรภายในมหาวิทยาลัยราชภัฏสงขลา ในการมีส่วนร่วมด้านการจัดการสิ่งแวดล้อมภายในสำนักวิทยบริการและเทคโนโลยีสารสนเทศ มหาวิทยาลัยราชภัฏสงขลา</p>-->
						<div class="row">
<?php
$dbName = "aritnews";
$conn = mysqli_connect($serverName,$userName,$userPassword,$dbName);
mysqli_set_charset($conn,"utf8");
/*$sql="SELECT * FROM exhibition WHERE ((exhibition_type_id=10) AND cover_image<>'" . "') ORDER BY RAND() limit 0,2";
$query = mysqli_query($conn,$sql);
while($result=mysqli_fetch_array($query,MYSQLI_ASSOC))
{
	$exhibition_id = $result["exhibition_id"];
	$exhibition_name = $result["exhibition_name"];
	$exhibition_detail = $result["exhibition_detail"];
?>	
							<div class="col-lg-6 col-md-6 py-3">
								<div class="card border-0 med-blog">
									<div class="card-header p-0">
										<a href="https://arit.skru.ac.th/arit/aritnews/exhibition_detail.php?exhibition_id=<?php echo $exhibition_id;?>">
											<img class="card-img-bottom" src="https://arit.skru.ac.th/arit/aritnews/images/<?php echo $result["cover_image"];?>" alt="image">
										</a>
									</div>
								</div>
							</div>
<?php
} //end while*/
?>					
							<div class="col-lg-6 col-md-6 py-3">
								<div class="card border-0 med-blog">
									<div class="card-header p-0">
										<a href="https://arit.skru.ac.th/arit/greenlibrary">
											<img class="card-img-bottom" src="https://arit.skru.ac.th/images/green1.jpg" alt="image">
										</a>
									</div>
								</div>
							</div>
							
							<div class="col-lg-6 col-md-6 py-3">
								<div class="card border-0 med-blog">
									<div class="card-header p-0">
										<a href="https://arit.skru.ac.th/arit/greenlibrary">
											<img class="card-img-bottom" src="https://arit.skru.ac.th/images/green2.jpg" alt="image">
										</a>
									</div>
								</div>
							</div>							

						</div>	
						<a href="https://arit.skru.ac.th/arit/greenlibrary" class="btn button-style mt-sm-5 mt-4" title="คลิกเพื่อดูกิจกรรมห้องสมุดสีเขียว">ห้องสมุดสีเขียว</a>
						&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://cc.skru.ac.th/green_office/" class="btn button-style mt-sm-5 mt-4" title="คลิกเพื่อดูกิจกรรมสำนักงานสีเขียว">สำนักงานสีเขียว</a>
					</div>
				</div>
			</section>
			<!-- //middle section -->

			<!-- contact -->
			<section class="contact py-5" id="contact">
				<div class="container py-xl-5 py-lg-3">
					<h3 class="title text-uppercase text-center text-bl mb-5 pb-xl-3">ติดต่อสำนักฯ</h3>
					<div class="row mail-w3l-w3pvt-web pt-xl-4">
						<div class="col-md-6 contact-left-w3ls">
							<!--<h3>Contact Info</h3>-->
							<div class="row visit">
								<div class="col-md-2 col-sm-2 col-2 contact-icon-wthree">
									<span class="fa fa-home" aria-hidden="true"></span>
								</div>
								<div class="col-md-10 col-sm-10 col-10 contact-text-w3pvt-webinf0">
									<h4>ที่อยู่</h4>
									<p>สำนักวิทยบริการและเทคโนโลยีสารสนเทศ</p>
									<p>มหาวิทยาลัยราชภัฏสงขลา</p>
									<p>ถ.กาญจนวนิช ต.เขารูปช้าง อ.เมืองสงขลา</p>
									<p>จ.สงขลา</p>
									<p>รหัสไปรษณีย์ 90000</p>										   
								</div>
							</div>
							<div class="row mail-w3 my-4">
								<div class="col-md-2 col-sm-2 col-2 contact-icon-wthree">
									<span class="fa fa-envelope-o" aria-hidden="true"></span>
								</div>
								<div class="col-md-10 col-sm-10 col-10 contact-text-w3pvt-webinf0">
									<h4>อีเมล</h4>
									<p><a href="mailto:arit.skru@skru.ac.th">arit.skru@skru.ac.th</a></p>
								</div>
							</div>
							<div class="row call">
								<div class="col-md-2 col-sm-2 col-2 contact-icon-wthree">
									<span class="fa fa-phone" aria-hidden="true"></span>
								</div>
								<div class="col-md-10 col-sm-10 col-10 contact-text-w3pvt-webinf0">
									<h4>โทรศัพท์</h4>
									<p>0-7426-0278</p>
									<br><h4>แฟกซ์</h4>
									<p>0-7433-6938</p>	
									<br><h4>หมายเลขโทรศัพท์ภายใน</h4>	
									<p>สำนักงานผู้อำนวยการ : 1739</p>
									<p>ห้องสมุด : 1735</p>
									<p>ศูนย์คอมพิวเตอร์ : 2104, 2105, 2113</p>
									<p>ศูนย์ความเป็นเลิศด้านภาษา : 1875, 1876</p>
								</div>
							</div>
						</div>
						<div class="col-md-6 contact-left-w3ls">
							<!--<h3>Contact Info</h3>-->

							<div class="row mail-w3 my-0">
								<div class="col-md-2 col-sm-2 col-2 contact-icon-wthree">
									<a href="https://www.facebook.com/arit.skru/"><span class="fa fa-facebook-f" aria-hidden="true"></span></a>
								</div>
								<div class="col-md-10 col-sm-10 col-10 contact-text-w3pvt-webinf0">
									<h4><a href="https://www.facebook.com/arit.skru/">Facebook Fanpage</a></h4>
									<p>ติดตามข้อมูล หรือติดต่อสอบถามข้อมูลต่างๆ ผ่านทาง facebook fanpage <a href="https://www.facebook.com/arit.skru/">ได้ที่นี่&nbsp;&nbsp;<span class="fa fa-facebook-f"></span></a></p>
								</div>
							</div>		
							<img src="images/qrarit.png" class="mt-0" style="display: block;margin-left: auto;margin-right: auto;width: 30%"/>	
							<div class="map p-2">
               					<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d15834.326869480281!2d100.60840599846402!3d7.174253534243161!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x304d3339f5302e53%3A0x7914150f5de677f!2z4Liq4Liz4LiZ4Lix4LiB4Lin4Li04LiX4Lii4Lia4Lij4Li04LiB4Liy4Lij4LmB4Lil4Liw4LmA4LiX4LiE4LmC4LiZ4LmC4Lil4Lii4Li14Liq4Liy4Lij4Liq4LiZ4LmA4LiX4LioIOC4oeC4q-C4suC4p-C4tOC4l-C4ouC4suC4peC4seC4ouC4o-C4suC4iuC4oOC4seC4j-C4quC4h-C4guC4peC4sg!5e0!3m2!1sth!2sth!4v1578379278436!5m2!1sth!2sth" width="80%" frameborder="0" style="border:0;" allowfullscreen=""></iframe>
							</div>	

						</div>						
						<!--<div class="col-md-6 w3pvt-webinfo_mail_grid_right mt-md-0 mt-5">
							<div class="map p-2">
               					<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d15834.326869480281!2d100.60840599846402!3d7.174253534243161!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x304d3339f5302e53%3A0x7914150f5de677f!2z4Liq4Liz4LiZ4Lix4LiB4Lin4Li04LiX4Lii4Lia4Lij4Li04LiB4Liy4Lij4LmB4Lil4Liw4LmA4LiX4LiE4LmC4LiZ4LmC4Lil4Lii4Li14Liq4Liy4Lij4Liq4LiZ4LmA4LiX4LioIOC4oeC4q-C4suC4p-C4tOC4l-C4ouC4suC4peC4seC4ouC4o-C4suC4iuC4oOC4seC4j-C4quC4h-C4guC4peC4sg!5e0!3m2!1sth!2sth!4v1578379278436!5m2!1sth!2sth" width="100%" height="450" frameborder="0" style="border:0;" allowfullscreen=""></iframe>
							</div>
						</div>-->
					</div>
				</div>
			</section>
			<!-- //contact -->
			<!-- map 
			<div class="map p-2">
                <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d15834.326869480281!2d100.60840599846402!3d7.174253534243161!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x304d3339f5302e53%3A0x7914150f5de677f!2z4Liq4Liz4LiZ4Lix4LiB4Lin4Li04LiX4Lii4Lia4Lij4Li04LiB4Liy4Lij4LmB4Lil4Liw4LmA4LiX4LiE4LmC4LiZ4LmC4Lil4Lii4Li14Liq4Liy4Lij4Liq4LiZ4LmA4LiX4LioIOC4oeC4q-C4suC4p-C4tOC4l-C4ouC4suC4peC4seC4ouC4o-C4suC4iuC4oOC4seC4j-C4quC4h-C4guC4peC4sg!5e0!3m2!1sth!2sth!4v1578379278436!5m2!1sth!2sth" width="600" height="450" frameborder="0" style="border:0;" allowfullscreen=""></iframe>
				
			</div>
			//map -->

			<!-- partners -->
			<section class="partners text-center pt-2 pb-5" id="link">
				<div class="container py-xl-5 py-lg-3">
					<!--<h4 class="text-bl font-weight-bold mb-sm-5 mb-4">Trusted by the world's best companies</h4>-->
					<ul class="list-unstyled partners-icon pt-md-5 pt-4">
						<div class="row">
						  <div class="col-12 col-sm-6 col-md-4 col-lg-2 col-xl-2 py-2"><li><a href="https://arit.skru.ac.th/arit/greenlibrary"><span class="fa fa-globe clr1"></span><br>สำนักงานสีเขียว</a></li></div>
						  <div class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-3 py-2"><li><a href="https://arit.skru.ac.th/arit/QA.php"><span class="fa fa-trophy clr2"></span><br>ประกันคุณภาพ</a></li></div>
						  <div class="col-12 col-sm-6 col-md-4 col-lg-2 col-xl-2 py-2"><li><a href="https://arit.skru.ac.th/arit/Plan.php"><span class="fa fa-calendar clr3"></span><br>แผนกลยุทธ์/แผนปฏิบัติการ</a></li></div>
						  <div class="col-12 col-sm-6 col-md-4 col-lg-3 col-xl-3 py-2"><li><a href="https://arit.skru.ac.th/arit/aritnews/aritform.php"><span class="fa fa-file-text-o clr4"></span><br>แบบฟอร์ม</a></li></div>
						  <div class="col-12 col-sm-6 col-md-4 col-lg-2 col-xl-2 py-2"><li><a href="https://arit.skru.ac.th/forstaff.php#forstaff"><span class="fa fa-cog clr6"></span><br>สำหรับเจ้าหน้าที่</a></li></div>
						  
						</div>
					</ul>
<?php 
	//จำนวนผู้เข้าใช้บริการวันนี้
	include 'dbstat.php';
	$current_date = date('Y-m-d');
	$current_date1 = $current_date . " 00:00:00";
	$current_date2 = $current_date . " 23:59:59";

	$sql = "SELECT COUNT(num) AS todaystat FROM stat_enter";
	$sql .= " WHERE ( (enter_date BETWEEN '" . $current_date1 . "' AND '" . $current_date2 . "') )";
	$query = mysqli_query($conn,$sql);
	if ($result=mysqli_fetch_array($query,MYSQLI_ASSOC)) {
		$today_stat = $result["todaystat"];
	} else {
		$today_stat = 0;
	}
?>		
							<p align="right">
								<a href="stat.php" target="_blank"><i class="fa fa-bar-chart" aria-hidden="true"></i></a>&nbsp;จำนวนผู้เข้าชมเว็บไซต์วันนี้ : <?php echo $today_stat;?>
							</p>					
					
				</div>
			</section>
			<!--//partners -->

<?php include 'footer.php';?>

Youez - 2016 - github.com/yon3zu
LinuXploit