/
/
home
/
u917864144
/
domains
/
humsafarholiday.com
/
public_html
EDITOR
/home/u917864144/domains/humsafarholiday.com/public_html/cruise.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>Cruises</h2> <ul> <li><a href="index.php">Home</a></li> <li><span><i class="fas fa-circle"></i></span>Cruises</li> </ul> </div> </div> </div> </div> </section> <!-- Hotel Search Areas --> <section id="explore_area" class="section_padding mt-5"> <div class="container"> <!-- Royal Cruises --> <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>Royal Caribbean</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 category_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 = 9; ?>&s_id=<?php echo 1 ?>" class="btn btn_theme">View all</a> </div> </div> <!-- Norway Cruises --> <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>Norway Cruises</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 category_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 = 10; ?>&s_id=<?php echo 1 ?>" 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:50
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