Your IP : 216.73.217.20
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="title" content="<?php if(isset($title)){ echo $title; }else{ echo $title ="Top IT Courses Coaching Academy in Vellore|All India Computers in Vellore|Computer Coaching Center in Vellore|Coaching Center in Vellore|Vellore|Computer Class in Vellore|Computer class for Students|All India Computer Education";} ?>">
<meta name="description" content="<?php if(isset($meta_description)){ echo $meta_description; }else{ echo $meta_description ="All India Computer Education provides the best training on which trainees can build new skills. It is the best computer training institute in Vellore. They offer various services like software development, security, website design, digital marketing, cloud computing, etc. They also offer Internships in various domains.";} ?>">
<meta name="keywords" content="Top,Best Coaching Center for Computer,Computer class in Vellore,which institute is best for computer course,computer training,cloud computing, data analystics,training in vellore,salem,coimbatore,madurai,chennai,bangalore,best coaching centre near me,Top IT Courese Coaching Academy in Vellore,which institute is best for computer course,computer training,cloud computing, data analystics,training in vellore,salem,coimbatore,madurai,chennai,bangalore,best coaching centre near me,best java developing class near to me,Web Developing in Vellore,C++Programming in Vellore,Graphic Designing in Vellore,HTML Class in Vellore,Python Class in Vellore,Diploa in Software Engineering in Vellore,Auto CADD IN vellorwhich institute is best for computer course,computer training,cloud computing, data analystics,training in vellore,salem,coimbatore,madurai,chennai,bangalore,best coaching centre near me,best java developing class near to me,Web Developing in Vellore,C++Programming in Vellore,Graphic Designing in Vellore,HTML Class in Vellore,Python Class in Vellore,Diploa in Software Engineering in Vellore,Auto CADD IN vellore,Master Diploma in Computer Applications(MDCA),Diploma in Computer Hardware and Networking (HDCHN),Advance Diploma in Multimedia Programming (ADMP),Master Diploma in Information Technology (MDIT),Diploma in System Assembly and Troubleshooting (DSAT) IN VELLORE,Certificate in Object Oriented Programming using C# in vellore,Tally class in vellore,System and Network Administration in Linux (SNAL) in vellore,Post Graduate Diploma in Computer Applications (PGDCA) in Vellore,Post Diploma in Software Applications (PDSA) in Vellore,Post Diploma in Software Technology (PDST) in Vellore,R Programming Language,Php Training,Amazon Web Service in vellore,computer coaching,Android development,Big Data Hadoop in Vellore,Splunk Class in Vellore,IT For Beginners in Vellore,Block Chain Developer in Vellore,Digital Marketing in Vellore,Linux class in vellore,VFX And Animation class in vellore,Diploma in Web Designing (DWD) in vellore,Diploma in Computer Science (DCS) in Vellore,Diploma in Computer Science (DCS),Data Science in Vellore,Cloud Computing in Vellore,CCNA Class in Vellore,Microsoft Office Class,Coaching in Vellore,.NET Coaching Center in Vellore,SNAW in Vellore,A-JAVA Class in Vellore,RDBMS & Oracle class in Vellore,Cyber Security Class in Vellore,Machine Language Class in Vellore,Graphic Designing Coaching class in vellore,Data Analytics in vellore,Web designing in vellore,Vellore,Best Web Desiging Class in Vellore,Top Web Development Coaching Center in Vellore,Top Website Development Coching Academy in Vellore,All india Computer Academy in Vellore,Digital Marketing Venture,Redback Acedemy,Learngae in Vellore,Computer Class for Collage students,Interships in IT company,IT Solutions in Vellore,Vellore,All India Computer Education-Vellore,which institute is best for computer course,computer training,cloud computing, data analystics,training in vellore,salem,coimbatore,madurai,chennai,bangalore,best coaching centre near me">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!--<meta name="keywords" content="" />-->
<meta name="author" content="All India Computer Education" />
<!--<meta name="robots" content="" />-->
<!--<meta name="description" content="Smart Class: coaching classes" />-->
<meta property="og:title" content="Smart Class: coaching classes" />
<meta property="og:description" content="Smart Class: coaching classes" />
<meta property="og:image" content="" />
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php $title = "Top IT Courses Coaching Academy in Vellore|All India Computers in Vellore|Computer Coaching Center in Vellore|Coaching Center in Vellore|Vellore|Computer Class in Vellore|Computer class for Students| All India Computers in Vellore";
$meta_description = "All India Computer provides the best training on which trainees can build new skills. It is the best computer training institute in Vellore. They offer various services like software development, security, website design, digital marketing, cloud computing, etc. They also offer Internships in various domains.";
include 'header.php';
include 'connection.php';
?>
<!-- Content -->
<div class="page-content">
<!-- inner page banner -->
<div class="dlab-bnr-inr overlay-black-dark" style="background-image:url(images/banner/bnr1.jpg);">
<div class="container">
<div class="dlab-bnr-inr-entry">
<h1 class="text-white">Blog</h1>
<!-- Breadcrumb row -->
<div class="breadcrumb-row">
<ul class="list-inline">
<li><a href="index.php"><i class="fa fa-home"></i></a></li>
<li>Home</li>
<li>Blog </li>
</ul>
</div>
<!-- Breadcrumb row END -->
</div>
</div>
</div>
<!-- inner page banner END -->
<div class="content-block">
<!-- blog grid -->
<div class="section-full content-inner bg-gray">
<div class="container">
<div class="dlab-blog-grid-3 row">
<!-- Side bar END -->
<div class="col-lg-8 col-md-12 col-sm-12 col-xl-8">
<?php
if(isset($_GET['pageno'])){
$pageno = $_GET['pageno'];
}else{
$pageno = 1;
}
$no_of_row_per_page = 6;
$offset = ($pageno-1) * $no_of_row_per_page;
$sql_total= "SELECT COUNT(*) FROM `blog`";
$result = mysqli_query($conn, $sql_total);
$total_row = mysqli_fetch_array($result)[0];
$total_pages = ceil($total_row / $no_of_row_per_page);
// $resultCheck = mysqli_num_rows($result);
$sql = "SELECT * FROM `blog` ORDER BY `id` DESC LIMIT $offset, $no_of_row_per_page ";
$result = mysqli_query($conn, $sql);
//$resultCheck = mysqli_num_rows($result);
//if($resultCheck > 0){
while($row = mysqli_fetch_array($result)){
?>
<div class="blog-post blog-grid style-2 wow fadeInUp" data-wow-duration="2s" data-wow-delay="0.2s">
<div class="dlab-post-media">
<a href="blog-details.php?id=<?php echo $row['id']; ?>"><img src="uploads/<?php echo $row['blog_image']; ?>" alt="Best IT Coaching Class near to me"></a>
</div>
<div class="dlab-info">
<div class="dlab-post-title ">
<h5 class="post-title"><a href="blog-details.php?id=<?php echo $row['id']; ?>"><?php echo $row['blog_title']; ?></a></h5>
</div>
<div class="dlab-post-meta">
<ul class="align-items-center">
<li class="post-date"><i class="fa fa-calendar"></i><strong><?php echo date('F d, Y',strtotime($row['date_time'])); ?></strong></li>
<li class="post-author"><i class="fa fa-user"></i>By <a href="blog-details.html"><?php echo $row['admin_name']; ?></a></li>
</ul>
</div>
<div class="dlab-post-text">
<p><?php
$text = $row['description'];
if(strlen($text)>0):
$text=substr($text,0,85);
echo html_entity_decode($text);
endif;
?>
</p>
</div>
<div class="dlab-post-readmore blog-share">
<a href="blog-details.php?id=<?php echo $row['id']; ?>" title="READ MORE" rel="bookmark" class="btn">READ MORE</a>
</div>
</div>
</div>
<?php
}
?>
<!-- Pagination -->
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 wow fadeInUp" data-wow-duration="2s" data-wow-delay="0.6s">
<div class="pagination-bx rounded pagination-lg clearfix primary">
<ul class="pagination justify-content-center">
<li><a href="?pageno=1"><i class="ti-angle-double-left"></i></a></li>
<li class="<?php if($pageno <= 1){ echo 'disabled';} ?>"><a href="<?php if($pageno <= 1){ echo '#';} else{ echo "?pageno=".($pageno - 1);} ?>"><i class="ti-arrow-left"></i> Prev</a></li>
<?php $skipped = false;
for($i =1; $i <= $total_pages; $i++): ?>
<li class="<?php if($i==$pageno){ echo 'active';}else{ echo '';}?> previous <?php if ($i < 2 || $total_pages- $i < 2 || abs($pageno - $i) < 2) { ?>">
<?php
if ($skipped)
echo '<a><span> ... </span></a>';
$skipped = false;
?><a href="?pageno=<?php echo $i; ?>" class="<?php if($i==$pageno){ echo 'active';}else{ echo '';}?> "><?php echo $i;?></a>
<?php
} else {
$skipped = true;
}
?>
</li>
<?php endfor; ?>
<li class="<?php if($pageno >= $total_pages){ echo 'disabled';}?>"><a href="<?php if($pageno >= $total_pages){ echo '#';} else { echo "?pageno=".($pageno + 1);} ?>">Next <i class="ti-arrow-right"></i> </a></li>
<li><a href="?pageno=<?php echo $total_pages; ?>"><i class="ti-angle-double-right"></i></a></li>
</ul>
</div>
</div>
</div>
<!-- Pagination END -->
</div>
<div class="col-lg-4 col-md-12 col-sm-12">
<div class="sticky-top">
<div class="widget">
<h5 class="widget-title">Search</h5>
<div class="search-bx style-1">
<form role="search" method="post">
<div class="input-group">
<input name="text" class="form-control" placeholder="Enter your keywords..." type="text">
<span class="input-group-btn">
<button type="submit" class="fa fa-search text-primary"></button>
</span>
</div>
</form>
</div>
</div>
<div class="widget recent-posts-entry">
<h5 class="widget-title">Recent Posts</h5>
<div class="widget-post-bx">
<?php
$sqlb = "SELECT * FROM `blog` ORDER BY `id` DESC LIMIT 3";
$resultb = mysqli_query($conn, $sqlb);
while($rowb = mysqli_fetch_array($resultb)){
$id= $rowb['id'];
?>
<div class="widget-post clearfix">
<div class="dlab-post-media"> <img src="uploads/<?php echo $rowb['blog_image'];?>" width="200" height="143" alt="web designer"> </div>
<div class="dlab-post-info">
<div class="dlab-post-header">
<h6 class="post-title"><a href="blog-details.php?id=<?php echo $rowb['id']; ?>"><?php echo $rowb['blog_title']; ?></a></h6>
</div>
<div class="dlab-post-meta">
<ul>
<li class="post-author"><?php echo $rowb['admin_name']; ?></li>
<?php
$sqlp = "SELECT COUNT(id) FROM `comment` WHERE blog_id = $id";
$resultp = mysqli_query($conn, $sqlp);
$rowp = mysqli_fetch_array($resultp);
?>
<li class="post-comment"><i class="fa fa-comments"></i><?php if($rowp[0] != ""){ echo $rowp[0];}else{ echo "0";} ?></li>
</ul>
</div>
</div>
</div>
<?php } ?>
</div>
</div>
<div class="widget widget_gallery gallery-grid-4">
<h5 class="widget-title">Our Courses</h5>
<ul id="lightgallery">
<?php
$sqlc = "SELECT * FROM `courses` ORDER BY `id` DESC LIMIT 8";
$resultc = mysqli_query($conn, $sqlc);
while($rowc = mysqli_fetch_array($resultc)){
?>
<li><span data-exthumbimage="uploads/<?php echo $rowc['course_image']; ?>" data-src="uploads/<?php echo $rowc['course_image']; ?>" class="check-km" title="<?php echo $title; ?>"><img src="uploads/<?php echo $rowc['course_image']; ?>" alt="Web Development academy in vellore"></span></li>
<?php } ?>
</ul>
</div>
<div class="widget widget_tag_cloud">
<h5 class="widget-title">Tags</h5>
<div class="tagcloud">
<a href="javascript:void(0);">Design</a>
<a href="javascript:void(0);">User interface</a>
<a href="javascript:void(0);">SEO</a>
<a href="javascript:void(0);">WordPress</a>
<a href="javascript:void(0);">Development</a>
<a href="javascript:void(0);">Joomla</a>
<a href="javascript:void(0);">Design</a>
<a href="javascript:void(0);">User interface</a>
<a href="javascript:void(0);">SEO</a>
<a href="javascript:void(0);">WordPress</a>
<a href="javascript:void(0);">Development</a>
<a href="javascript:void(0);">Joomla</a>
<a href="javascript:void(0);">Design</a>
<a href="javascript:void(0);">User interface</a>
<a href="javascript:void(0);">SEO</a>
<a href="javascript:void(0);">WordPress</a>
<a href="javascript:void(0);">Development</a>
<a href="javascript:void(0);">Joomla</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- blog grid END -->
</div>
<!-- contact area END -->
</div>
<!-- Content END-->
<?php include 'footer.php'; ?>