Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #hasilnya = http://younghipster.comli.com/curl.php
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>YoungHipter<<Industrial</title>
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
- <script src="js/jquery.js"></script>
- <link rel="stylesheet" href="popup/magnific-popup.css">
- <script src="popup/jquery.magnific-popup.js"></script>
- <link rel="stylesheet" href="style.css">
- <link rel="shortcut icon" href="img/logos/2.png"/>
- <!-- Bootstrap Core CSS -->
- <!-- <link href="css/costume/bootstrap.min.css" rel="stylesheet"> -->
- <!--<link href="css/costume/botstrap.css" rel="stylesheet"> -->
- <!-- Custom CSS -->
- <link href="css/costume/hipster.css" rel="stylesheet">
- <link rel="stylesheet" href="css/costume/bootstrap.css">
- <link rel="stylesheet" href="css/costume/bootstrap.min.css">
- <link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
- <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
- <link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
- <link rel="stylesheet" href="css/thumbnail.css" media="screen" title="no title" charset="utf-8">
- <style>
- #toTop{
- visibility: hidden;
- position: absolute;
- bottom: 10px;
- right: 10px;
- cursor: pointer;
- display: none;
- }</style>
- <script src="js/jquery.js"></script>
- <link rel="stylesheet" href="popup/magnific-popup.css">
- <script src="popup/jquery.magnific-popup.js"></script>
- <link rel="stylesheet" href="style.css">
- </head>
- <body>
- <section>
- <center>
- <strong>
- <div class ="container-fluid">
- <div class="row">
- <div class="col-sm-12">
- <h2 style="color:#000000; text-align:center; font-size:25px;">Buku Tamu Young»Hipster</h2>
- </div>
- </div>
- <br>
- <div class="table-responsive">
- <table class="table table-hover">
- <div class="row">
- <div class="col-md-4">
- <?php
- $url='http://younghipster.comli.com/index.php';
- $data=file_get_contents($url);
- //echo $data;
- $awal='<div class="table-responsive">';
- $akhir='</div>';
- $isi=explode($awal, $data);
- $isi2=explode($akhir, $isi[1]);
- $hasil=$isi2[0];
- echo $hasil;
- ?>
- </table>
- </div>
- </div>
- </div>
- </p>
- </div>
- </div>
- </div>
- <div class="row">
- <div class="col-sm-12">
- <?php $bottom = '<br><br>'; echo $bottom; ?>
- <a href="tambah.php"><button type="button" class="btn btn-primary">Tambah Buku Tamu</button></a>
- <?php echo '<br><br><br>'; ?>
- <a href="index.php"><button type="button" class="btn btn-info">
- <i class="fa fa-binoculars fa-spin fa-lg fa-inverse" style="color:#CC00CC;"></i>
- <span class="sr-only"></span>Kembali Ke Home</button></a> <br><br>
- </div>
- </section>
- </strong>
- </center>
- <script async defer id="github-bjs" src="https://buttons.github.io/buttons.js"></script>
- <!--- Bootstrap Core JavaScript --->
- <script src="js/costume/bootstrap.min.js"></script>
- <script src="js/costume/bootstrap.js"></script>
- <script src="js/costume/hipster.js"></script>
- <script src="js/scripts.js"></script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement