Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
revealability
/
include
/
2612db
:
service-20260111204610.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php include('include/header.php'); ?> <head> <!-- common meta tags --> <title>OVA Services | Empowering Communities</title> <meta name="description" content="Discover our range of services, including sustainability, psychosocial support, language exchange, and more."> <meta name="keywords" content="OVA services, volunteer programs, social services, sustainability, community development"> <meta name="robots" content="index, follow"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="language" content="English"> <link rel="canonical" href="https://www.ova.ngo/service.php"> <!-- facebook meta tags --> <meta property="og:title" content="OVA Services | Empowering Communities"> <meta property="og:description" content="Discover our range of services, including sustainability, psychosocial support, language exchange, and more."> <meta property="og:image" content="assets/images/logo.png"> <meta property="og:url" content="https://www.ova.ngo/service.php"> <!-- Twiiter meta tags --> <meta name="twitter:title" content="OVA Services | Empowering Communities"> <meta name="twitter:description" content="Discover our range of services, including sustainability, psychosocial support, language exchange, and more."> <meta name="twitter:url" content="https://www.ova.ngo/service.php"> <meta name="twitter:card" content="summary"> </head> <!-- start page-title --> <section class="page-title bg-background-area" data-bg="assets/images/bg5.jpg"> <div class="overlay"></div> <div class="page-title-container"> <div class="page-title-wrapper"> <div class="container"> <div class="row"> <div class="col col-xs-12"> <h2>Service</h2> <ol class="breadcrumb"> <li><a href="./">Home</a></li> <li>Service</li> </ol> </div> </div> <!-- end row --> </div> <!-- end container --> </div> </div> </section> <!-- end page-title --> <!-- start blog-pg-section --> <section class="blog-pg-section section-padding data-bg-image" data-background="assets/images/connecting.png"> <div class="container"> <div class="row"> <?php $stm1=$conn->prepare("SELECT * FROM service where delete_status = 0"); $stm1->execute(); $ro1=$stm1->fetchAll(); foreach ($ro1 as $ke1) { ?> <div class="col col-md-4"> <div class="blog-content service-box"> <div class="post format-standard-image"> <div class="entry-media"> <img src="panel/assets/images/<?php echo $ke1['photo'];?>" alt="OVA services" class="service"> </div> <div class="entry-details"> <h3><a href="#" onclick="submitForm1(event, <?php echo $ke1['id'] ?>,'<?php echo $ke1['heading'] ?>', 'service-detail.php')"><?php echo $ke1['heading'];?></a></h3> <p><?php echo html_entity_decode($ke1['short_content']) ;?></p> <a href="#" onclick="submitForm1(event, <?php echo $ke1['id'] ?>,'<?php echo $ke1['heading'] ?>', 'service-detail.php')" class="read-more">Read More</a> </div> </div> </div> </div> <!-- end container --> <?php } ?> </div> </div> </section> <!-- end blog-pg-section --> <?php include('include/footer.php'); ?>