Your IP : 216.73.217.20


Current Path : /home/u438053920/domains/allindiacomputereducation.com/public_html/
Upload File :
Current File : /home/u438053920/domains/allindiacomputereducation.com/public_html/courses1.php

<!DOCTYPE html>

<html lang="en">

<head>
    <meta name="title" content="<?php if(isset($title)){ echo $title; }else{ echo $title ="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="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 = "Courses | 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 'connection1.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">Courses</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>Courses</li>
						</ul>
					</div>
					<!-- Breadcrumb row END -->
                </div>
            </div>
        </div>
        <!-- inner page banner END -->
		<!-- inner page banner END -->
        <div class="content-block">
			<div class="section-full bg-white content-inner" style="background-image:url(error-404.html); background-size:contain;background-repeat: no-repeat;background-position: center;">
                <div class="container">
					<div class="row">
					    <?php
					   //  $conn = new mysqli("localhost", "all_india", "all_india", "all_india_computers");
					   mysqli_report(MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT);
$link = mysqli_connect("localhost", "all_india", "all_india", "all_india_computers");

               $query = "SELECT * from courses";

       $stmt = mysqli_prepare($link, $query);
				  mysqli_stmt_execute($stmt);
    $result = mysqli_stmt_get_result($stmt);
     while ($row = mysqli_fetch_array($result, MYSQLI_NUM)) {
                        ?>
					<h4>rtert</h4>
						<?php
            				}
            			?>
						
					</div>
				
				</div>
            </div>
		</div>
    </div>
    <!-- Content END-->
<?php include 'footer.php'; ?>