PHP 8.5.2
Preview: backend-configuration.php Size: 1.09 KB
//home/serveshikshafoundation/htdocs/serveshikshafoundation.org.in/backend-configuration.php

<?php
require('admin/html/connection.php');

// Fetch data from contact_info table
$sql = "SELECT * FROM contact_info";
$result = mysqli_query($conn, $sql);

// Display data from contact_info
if (mysqli_num_rows($result) > 0) {
    $row = mysqli_fetch_assoc($result);
    $email = $row['email1'];
    $logo = $row['logo'];
    $address = $row['address'];
    $phone = $row['phone'];
} else {
    
}


// Fetch data from footer_information table
$sql = "SELECT * FROM footer_content";
$result = mysqli_query($conn, $sql);

// Display data from contact_info
if (mysqli_num_rows($result) > 0) {
    $row = mysqli_fetch_assoc($result);
    $footer_address = $row['branch1'];
    $about_content = $row['about_us'];

    
} else {
    
}

// Fetch data from services
$sql = "SELECT * FROM tour_packages";
$result = mysqli_query($conn, $sql);

// Display data from contact_info
if (mysqli_num_rows($result) > 0) {
    $row = mysqli_fetch_assoc($result);
   $id = $row['id'];
   $service_name = $row['package_name'];
   $service_image = $row['package_image'];
   $service_name = $row['description'];
    
} else {
    
}


?>



Directory Contents

Dirs: 9 × Files: 13

Name Size Perms Modified Actions
- drwxr-x--- 2026-04-06 05:06:07
Edit Download
admin DIR
- drwxr-xr-x 2025-06-20 19:52:56
Edit Download
css DIR
- drwxr-xr-x 2017-02-09 07:19:34
Edit Download
- drwxr-xr-x 2017-02-06 08:34:56
Edit Download
fonts DIR
- drwxr-xr-x 2017-02-09 07:19:36
Edit Download
images DIR
- drwxr-xr-x 2026-05-12 05:55:39
Edit Download
js DIR
- drwxr-xr-x 2017-02-09 07:19:38
Edit Download
one-page DIR
- drwxr-xr-x 2017-02-09 07:22:46
Edit Download
sass DIR
- drwxr-xr-x 2017-02-09 07:19:38
Edit Download
14.64 KB lrw-r----- 2025-07-01 04:44:27
Edit Download
2.79 KB lrw-r----- 2025-06-28 21:45:06
Edit Download
1.09 KB lrw-r----- 2026-04-08 07:27:29
Edit Download
7.78 KB lrw-r----- 2025-06-30 06:53:01
Edit Download
2.82 KB lrw-r----- 2025-07-04 06:36:48
Edit Download
5.77 KB lrw-r----- 2025-06-30 10:33:33
Edit Download
3.78 KB lrw-r----- 2025-10-14 09:36:36
Edit Download
9.86 KB lrw-r----- 2025-07-04 05:51:14
Edit Download
34.45 KB lrw-r----- 2026-05-12 06:04:21
Edit Download
562 B lrw-r----- 2017-02-09 07:17:08
Edit Download
294.58 MB lrw-r--r-- 2026-04-06 05:07:53
Edit Download
3.84 KB lrw-r----- 2025-07-01 04:55:12
Edit Download
5.77 KB lrw-r----- 2025-06-30 11:30:33
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).