/
/
home
/
u917864144
/
domains
/
humsafarholiday.com
/
public_html
EDITOR
/home/u917864144/domains/humsafarholiday.com/public_html/main_product.php
SAVE
CLOSE
<?php include 'header.php'; ?> <!-- Common Banner Area --> <section id="common_banner"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="common_bannner_text"> <h2>Packages</h2> <ul> <li><a href="index.php">Home</a></li> <li><span><i class="fas fa-circle"></i></span>Packages</li> </ul> </div> </div> </div> </div> </section> <!-- Hotel Search Areas --> <section id="explore_area" class="section_padding mt-5"> <div class="container"> <!-- Domestic Packages --> <div class="border_bottom pb-5"> <div class="set_view"> <div class="col-lg-12 col-md-12 col-sm-12 col-12 text-center mb-3"> <div class="text_underline mb-3"> <h2>Domestic Packages</h2> </div> </div> </div> <div class="tab-pane fade show active" id="nav-dom" role="tabpanel" aria-labelledby="nav-dom-tab"> <div class="row"> <?php $query = "SELECT * FROM packages WHERE home_id =5 ORDER BY id DESC Limit 4"; $query_run = mysqli_query($con, $query); while ($row = mysqli_fetch_assoc($query_run)) { $id = $row['id']; ?> <div class="col-lg-3 col-md-6 col-sm-6 col-12"> <div class="theme_common_box_two img_hover"> <?php echo '<a href= "product_details.php?id='.$row['id'].'&category_id=' .$row['category_id'].'&related_name=' . $row['related_name'] . ' ">'; ?> <div class="theme_two_box_img"> <img src="image/product/<?php echo $row['cover_img']; ?>" alt="img"> </div> <div class="theme_two_box_content"> <h4> <?php echo $row['product_name']; ?> </h4> <p><span> <?php echo $row['trip_day']; ?> </span></p> <h3 class="mb-3">₹<?php echo $row['price']; ?>/- <span> Per Person</span></h3> <button class="btn btn_theme product_btn">Book Now</button> </div> </a> </div> </div> <?php } ?> </div> </div> <div> <div class="btn_theme_size"> <a href="dom_p.php" class="btn btn_theme">View all</a> </div> </div> </div> <!-- International Packages --> <div class="border_bottom pb-5"> <div class="set_view"> <div class="col-lg-12 col-md-12 col-sm-12 col-12 text-center mb-3"> <div class="text_underline mb-3"> <h2>International Packages</h2> </div> </div> </div> <div class="tab-pane fade show active" id="nav-dom" role="tabpanel" aria-labelledby="nav-dom-tab"> <div class="row"> <?php $query = "SELECT * FROM packages WHERE home_id =6 ORDER BY id DESC Limit 4"; $query_run = mysqli_query($con, $query); while ($row = mysqli_fetch_assoc($query_run)) { $id = $row['id']; ?> <div class="col-lg-3 col-md-6 col-sm-6 col-12"> <div class="theme_common_box_two img_hover"> <?php echo '<a href= "product_details.php?id='.$row['id'].'&category_id=' .$row['category_id'].'&related_name=' . $row['related_name'] . ' ">'; ?> <div class="theme_two_box_img"> <img src="image/product/<?php echo $row['cover_img']; ?>" alt="img"> </div> <div class="theme_two_box_content"> <h4> <?php echo $row['product_name']; ?> </h4> <p><span> <?php echo $row['trip_day']; ?> </span></p> <h3 class="mb-3">₹<?php echo $row['price']; ?>/- <span> Per Person</span></h3> <button class="btn btn_theme product_btn">Book Now</button> </div> </a> </div> </div> <?php } ?> </div> </div> <div class="btn_theme_size"> <a href="int_p.php" class="btn btn_theme">View all</a> </div> </div> <!-- Customize Packages --> <div class="border_bottom pb-5"> <div class="set_view"> <div class="col-lg-12 col-md-12 col-sm-12 col-12 text-center mb-3"> <div class="text_underline mb-3"> <h2>Customize Packages</h2> </div> </div> </div> <div class="tab-pane fade show active" id="nav-dom" role="tabpanel" aria-labelledby="nav-dom-tab"> <div class="row"> <?php $query = "SELECT * FROM packages WHERE home_id =7 ORDER BY id DESC Limit 4"; $query_run = mysqli_query($con, $query); while ($row = mysqli_fetch_assoc($query_run)) { $id = $row['id']; ?> <div class="col-lg-3 col-md-6 col-sm-6 col-12"> <div class="theme_common_box_two img_hover"> <?php echo '<a href= "product_details.php?id='.$row['id'].'&category_id=' .$row['category_id'].'&related_name=' . $row['related_name'] . ' ">'; ?> <div class="theme_two_box_img"> <img src="image/product/<?php echo $row['cover_img']; ?>" alt="img"> </div> <div class="theme_two_box_content"> <h4> <?php echo $row['product_name']; ?> </h4> <p><span> <?php echo $row['trip_day']; ?> </span></p> <h3 class="mb-3">₹<?php echo $row['price']; ?>/- <span> Per Person</span></h3> <button class="btn btn_theme product_btn">Book Now</button> </div> </a> </div> </div> <?php } ?> </div> </div> <div class="btn_theme_size"> <a href="product.php?category_id=<?php echo $category_id = 3; ?>&s_id=<?php echo 1 ?>" class="btn btn_theme">View all</a> </div> </div> <!-- Bus Tour Packages --> <div class="border_bottom pb-5"> <div class="set_view"> <div class="col-lg-12 col-md-12 col-sm-12 col-12 text-center mb-3"> <div class="text_underline mb-3"> <h2>Bus Tour Packages</h2> </div> </div> </div> <div class="tab-pane fade show active" id="nav-dom" role="tabpanel" aria-labelledby="nav-dom-tab"> <div class="row"> <?php $query = "SELECT * FROM packages WHERE home_id =9 ORDER BY id DESC Limit 4"; $query_run = mysqli_query($con, $query); while ($row = mysqli_fetch_assoc($query_run)) { $id = $row['id']; ?> <div class="col-lg-3 col-md-6 col-sm-6 col-12"> <div class="theme_common_box_two img_hover"> <?php echo '<a href= "product_details.php?id='.$row['id'].'&category_id=' .$row['category_id'].'&related_name=' . $row['related_name'] . ' ">'; ?> <div class="theme_two_box_img"> <img src="image/product/<?php echo $row['cover_img']; ?>" alt="img"> </div> <div class="theme_two_box_content"> <h4> <?php echo $row['product_name']; ?> </h4> <p><span> <?php echo $row['trip_day']; ?> </span></p> <h3 class="mb-3">₹<?php echo $row['price']; ?>/- <span> Per Person</span></h3> <button class="btn btn_theme product_btn">Book Now</button> </div> </a> </div> </div> <?php } ?> </div> </div> <div class="btn_theme_size"> <a href="product.php?category_id=<?php echo $category_id = 4; ?>&s_id=<?php echo 1 ?>" class="btn btn_theme">View all</a> </div> </div> <!-- Car Rental Services --> <div class="border_bottom pb-5"> <div class="set_view"> <div class="col-lg-12 col-md-12 col-sm-12 col-12 text-center mb-3"> <div class="text_underline mb-3"> <h2>Car Rental Services</h2> </div> </div> </div> <div class="tab-pane fade show active" id="nav-dom" role="tabpanel" aria-labelledby="nav-dom-tab"> <div class="row"> <?php $query = "SELECT * FROM packages WHERE home_id =10 ORDER BY id DESC Limit 4"; $query_run = mysqli_query($con, $query); while ($row = mysqli_fetch_assoc($query_run)) { $id = $row['id']; ?> <div class="col-lg-3 col-md-6 col-sm-6 col-12"> <div class="theme_common_box_two img_hover"> <?php echo '<a href= "product_details.php?id='.$row['id'].'&category_id=' .$row['category_id'].'&related_name=' . $row['related_name'] . ' ">'; ?> <div class="theme_two_box_img"> <img src="image/product/<?php echo $row['cover_img']; ?>" alt="img"> </div> <div class="theme_two_box_content"> <h4> <?php echo $row['product_name']; ?> </h4> <p><span> <?php echo $row['trip_day']; ?> </span></p> <h3 class="mb-3">₹<?php echo $row['price']; ?>/- <span> Per Person</span></h3> <button class="btn btn_theme product_btn">Book Now</button> </div> </a> </div> </div> <?php } ?> </div> </div> <div class="btn_theme_size"> <a href="product.php?category_id=<?php echo $category_id = 5; ?>&s_id=<?php echo 1 ?>" class="btn btn_theme">View all</a> </div> </div> <!-- Visa Services --> <div class="border_bottom pb-5"> <div class="set_view"> <div class="col-lg-12 col-md-12 col-sm-12 col-12 text-center mb-3"> <div class="text_underline mb-3"> <h2>Visa Services</h2> </div> </div> </div> <div class="tab-pane fade show active" id="nav-dom" role="tabpanel" aria-labelledby="nav-dom-tab"> <div class="row"> <?php $query = "SELECT * FROM packages WHERE home_id =11 ORDER BY id DESC Limit 4"; $query_run = mysqli_query($con, $query); while ($row = mysqli_fetch_assoc($query_run)) { $id = $row['id']; ?> <div class="col-lg-3 col-md-6 col-sm-6 col-12"> <div class="theme_common_box_two img_hover"> <?php echo '<a href= "product_details.php?id='.$row['id'].'&category_id=' .$row['category_id'].'&related_name=' . $row['related_name'] . ' ">'; ?> <div class="theme_two_box_img"> <img src="image/product/<?php echo $row['cover_img']; ?>" alt="img"> </div> <div class="theme_two_box_content"> <h4> <?php echo $row['product_name']; ?> </h4> <p><span> <?php echo $row['trip_day']; ?> </span></p> <h3 class="mb-3">₹<?php echo $row['price']; ?>/- <span> Per Person</span></h3> <button class="btn btn_theme product_btn">Book Now</button> </div> </a> </div> </div> <?php } ?> </div> </div> <div class="btn_theme_size"> <a href="product.php?category_id=<?php echo $category_id = 6; ?>&s_id=<?php echo 1 ?>" class="btn btn_theme">View all</a> </div> </div> <!-- Farmhouse/Villa Rental --> <div class="border_bottom pb-5"> <div class="set_view"> <div class="col-lg-12 col-md-12 col-sm-12 col-12 text-center mb-3"> <div class="text_underline mb-3"> <h2>Farmhouse/Villa Rental</h2> </div> </div> </div> <div class="tab-pane fade show active" id="nav-dom" role="tabpanel" aria-labelledby="nav-dom-tab"> <div class="row"> <?php $query = "SELECT * FROM packages WHERE home_id =12 ORDER BY id DESC Limit 4"; $query_run = mysqli_query($con, $query); while ($row = mysqli_fetch_assoc($query_run)) { $id = $row['id']; ?> <div class="col-lg-3 col-md-6 col-sm-6 col-12"> <div class="theme_common_box_two img_hover"> <?php echo '<a href= "product_details.php?id='.$row['id'].'&category_id=' .$row['category_id'].'&related_name=' . $row['related_name'] . ' ">'; ?> <div class="theme_two_box_img"> <img src="image/product/<?php echo $row['cover_img']; ?>" alt="img"> </div> <div class="theme_two_box_content"> <h4> <?php echo $row['product_name']; ?> </h4> <p><span> <?php echo $row['trip_day']; ?> </span></p> <h3 class="mb-3">₹<?php echo $row['price']; ?>/- <span> Per Person</span></h3> <button class="btn btn_theme product_btn">Book Now</button> </div> </a> </div> </div> <?php } ?> </div> </div> <div class="btn_theme_size"> <a href="farm_p.php" class="btn btn_theme">View all</a> </div> </div> </div> </section> <?php include 'footer.php' ?>
Ln 1, Col 1
FORMAT
WRAP
SAVE FILE
ONLINE
public_html
36 items
08:17:38
TERMINAL FM
×
NAVIGATION
Root
Parent Dir
Refresh
ACTIONS
New Folder
New File
Upload Files
New Symlink
SELECTION
Select All
Deselect
Delete Selected
NEW FOLDER
FOLDER NAME
NEW FILE
FILE NAME
UPLOAD FILES
Click to browse or drag & drop files
No files selected
RENAME
CURRENT NAME
NEW NAME
COPY FILE
SOURCE
DESTINATION NAME
CHMOD
FILE / FOLDER
CURRENT PERMISSIONS
NEW MODE (octal)
755 (rwxr-xr-x)
644 (rw-r--r--)
777 (rwxrwxrwx)
600 (rw-------)
444 (r--r--r--)
CONFIRM DELETE
You are about to delete:
This action is irreversible. All contents will be permanently removed.
NEW SYMLINK
LINK TARGET (path)
LINK NAME
Edit
Preview
Download
Rename
Copy
Chmod
Delete