ok
Direktori : /home/importfo/public_html/goldluxuryspa.com/ |
Current File : /home/importfo/public_html/goldluxuryspa.com/topup.php |
<?php $sql="SELECT * from meta"; $res=mysqli_query($db,$sql); while($row=mysqli_fetch_array($res)) { ?> <meta charset="UTF-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="keywords" content="<?php echo $row['meta']; ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="shortcut icon" href="assets/img/favicon1.png" type="image/x-icon" /> <title> Gold Luxury Spa</title> <!-- Custom CSS --> <link rel="stylesheet" href="assets/css/style.css"> <link rel="stylesheet" href="assets/css/responsive.css"> <?php } ?>