MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 18.116.90.161
Web Server : Apache
System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User : ppcad7no ( 715)
PHP Version : 8.2.25
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0750) :  /home2/ppcad7no/nextvisioneducation.com/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/nextvisioneducation.com/home-service.php
	<div class="service2-sec pt-20 pb-20">
		<div class="container">
			<div class="row">
				<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
					<div class="sec-title" style="text-align:center;">
						<h2> <span>Service's</span>  Next Vision Computer </h2>
						<p style="color:black;">Next Vision Computer: Excel in courses, Tally success, stellar reviews.</p>
					</div>
				</div>
			</div>
			<div class="row">
				<div class="service2-item">
					<?php 
						$querydt="SELECT * FROM `tbl_services`  ";
						$rundt = mysqli_query($db,$querydt) or die("Query Not run");
						while($datadt = mysqli_fetch_assoc($rundt)){

					?>
					<div class="col-md-4 col-sm-6">
						<div class="service-inner">
							<div class="service-img"
								style="background-image: url('<?php echo $wspath ?>admin/images/services/<?php echo $datadt['image'] ?>'); background-size: cover; background-position: center center;">
							</div>
							<div class="service-details">
								<h2><a href="<?php echo $wspath?><?php echo $datadt['slug_url']?>.html"><?php echo $datadt['name'] ?></a></h2>
								<p><?php echo substr($datadt['desc'],0,240)?>... <strong><a href="<?php echo $wspath?><?php echo $datadt['slug_url']?>.html">Read More</a></strong></p>
							</div>
						</div>
					</div>
					<?php
				} ?>
					<!--<div class="followus text-center" style="margin-top: 20px;">-->
     <!--                   <a href="<?php echo $wspath ?>courses.html" id="Vew">View All</a>-->
     <!--               </div>-->
				</div>
			</div>
		</div>
	</div>

MMCT - 2023