Mini Shell

Direktori : /home/rizant5/public_html_old/development/
Upload File :
Current File : /home/rizant5/public_html_old/development/tell-friend.php.old

<?php require_once('function-file.php');
require_once('function-menu.php');
require_once('function-testo-footer.php');
require_once("config.php");?>
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="">
    <meta name="author" content="">
    <title>Tell a friend | Lanka Virtual Academy</title>
	<?php commoncss();?> 
    <style>.margin-bot20{margin-bottom:20px;}</style>   
</head><!--/head-->
<body class="homepage">
    <?php headermenu();?>
   <section class="header-title">
   		<div class="container">
            <div class="row">
                <div class="col-sm-12"><h2>Tell a friend</h2></div>
            </div>
        </div>        
   </section>
	<section>
    	 <div class="container">
             <div class="row margin-bot20">
             <?php $data=$conn->prepare("select * from tell_freind");
			 $data->execute();$row=$data->fetch();?>
                <div class="col-sm-12">
                     <?php echo $row['content'];?>
            </div>
           </div>
        </div>
    </section>
  <?php testofooter();  newssletter();  ?>
<?php footer(); commonjs();?>   
</body>
</html>

Zerion Mini Shell 1.0