Server IP : 162.214.80.37 / Your IP : 216.73.216.83 Web Server : Apache System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : imyrqtmy ( 2189) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home2/imyrqtmy/public_html/agriba/admin/site/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include'admin/dbc.php';?> <!DOCTYPE html> <html lang="en"> <?php $url=$_GET['product']; $sql=mysqli_query($conn,"select * from tbl_product where url='$url'") or die(mysqli_error()); $row=mysqli_fetch_assoc($sql); extract($row); ?> <head> <title></title> <!-- Meta tag Keywords --> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta charset="UTF-8" /> <meta name="keywords" content="" /> <script> addEventListener("load", function () { setTimeout(hideURLbar, 0); }, false); function hideURLbar() { window.scrollTo(0, 1); } </script> <!-- //Meta tag Keywords --> <!-- Custom-Files --> <link rel="stylesheet" href="css/bootstrap.css"> <!-- Bootstrap-Core-CSS --> <link rel="stylesheet" href="css/blog.css" type="text/css" media="all" /> <!-- Blog-CSS --> <link rel="stylesheet" href="css/style.css" type="text/css" media="all" /> <!-- Style-CSS --> <link href="css/font-awesome.min.css" rel="stylesheet"> <!-- Font-Awesome-Icons-CSS --> <!-- //Custom-Files --> <!-- Web-Fonts --> <link href="//fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext,vietnamese" rel="stylesheet"> <link href="//fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese" rel="stylesheet"> <!-- //Web-Fonts --> </head> <body> <!-- main banner --> <div class="main-top" id="home"> <!-- header --> <header> <div class="container-fluid"> <div class="header d-md-flex justify-content-between align-items-center py-3 px-xl-5 px-lg-3 px-2"> <!-- logo --> <div id="logo"> <h1><a class="" href="index.html">Sweet18</a></h1> </div> <!-- //logo --> <!-- nav --> <div class="nav_w3ls"> <nav> <label for="drop" class="toggle">Menu</label> <input type="checkbox" id="drop" /> <ul class="menu"> <li><a href="index.html">Home</a></li> <li class="mx-lg-4 mx-md-3 my-md-0 my-2"><a href="about.html">About Us</a></li> <li><a href="gallery.html">Gallery</a></li> <li class="mx-lg-4 mx-md-3 my-md-0 my-2"> <!-- First Tier Drop Down --> <label for="drop-2" class="toggle toogle-2">Dropdown <span class="fa fa-angle-down" aria-hidden="true"></span> </label> <a href="#" class="active">Dropdown <span class="fa fa-angle-down" aria-hidden="true"></span></a> <input type="checkbox" id="drop-2" /> <ul> <li><a href="index.html" class="drop-text">Services</a></li> <li><a href="blog.html" class="drop-text">Blog</a></li> <li><a href="single.html" class="drop-text active">Single Page</a></li> <li><a href="about.html" class="drop-text">Testimonials</a></li> </ul> </li> <li><a href="contact.html">Contact Us</a></li> </ul> </nav> </div> <!-- //nav --> </div> </div> </header> <!-- //header --> <!-- banner --> <div class="banner_w3lspvt-2"> </div> <!-- //banner --> </div> <!-- //main banner --> <!-- page details --> <div class="breadcrumb-agile"> <ol class="breadcrumb"> <li class="breadcrumb-item"> <a href="./">Home</a> </li> <li class="breadcrumb-item active" aria-current="page"><?php echo $name;?></li> </ol> </div> <!-- //page details --> <!-- single --> <div class="blog-w3l py-5"> <div class="container py-xl-5 py-lg-3"> <h3 class="title text-center text-bl font-weight-bold mb-1"><?php echo $name;?></h3> <!-- <p class="title-sub text-center mb-sm-5 mb-4">Caption placed here</p> --> <div class="row blog-content pt-lg-3"> <!-- left side --> <div class="col-lg-6 left-blog-info text-left"> <div class=""> <div class="b-grid-top"> <div class="blog_info_left_grid"> <a href="./"> <img src="media/product/<?php echo $image;?>" class="img-fluid" alt=""> </a> </div> </div> </div> </div> <!-- //left side --> <!-- right side --> <div class="col-lg-6 event-right mt-lg-0 mt-sm-5 mt-4"> <h3>Rs. <?php echo $price;?>/-</h3> <p><?php echo $description;?> </p> </div> <div class="clearfix"></div> <div class="col-xs-12 blog-grid-top"> </div> <!-- //right side --> <div class="col-xs-12 col-sm-12"> <h4>Order Now<br> </h4> <div class="comment-bottom"> <form action="#" method="post"> <div class="form-group row"> <div class="col-xs-12 col-sm-4"> <input class="form-control" type="text" name="name" placeholder="Name" required=""> </div> <div class="col-xs-12 col-sm-4"> <input class="form-control" type="text" name="phone" placeholder="Phone" required=""> </div> <div class="col-xs-12 col-sm-4"> <input class="form-control" type="email" name="email" placeholder="Email" required=""> </div> </div> <div class="form-group"> <input class="form-control" type="text" name="address1" placeholder="Address Line 1" required=""> </div> <div class="form-group"> <input class="form-control" type="text" name="address2" placeholder="Address Line 2" required=""> </div> <div class="form-group"> <input class="form-control" type="text" name="landmark" placeholder="Landmark" required=""> </div> <div class="form-group row"> <div class="col-xs-12 col-sm-4"> <input class="form-control" type="text" name="pincode" placeholder="Pincode" required=""> </div> <div class="col-xs-12 col-sm-4"> <input class="form-control" type="text" name="city" placeholder="City" required=""> </div> <div class="col-xs-12 col-sm-4"> <input class="form-control" type="text" name="state" placeholder="State" required=""> </div> </div> <button type="submit" class="btn btn-primary submit">Submit</button> </form> </div> </div> </div> </div> </div> <!-- //single --> <?php include'footer.php';?> </body> </html>