| Server IP : 104.21.37.246 / Your IP : 104.23.243.33 [ Web Server : Apache System : Linux cpanel01wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.59.el6.x86_64 #1 SMP Thu Dec 6 05:11:00 EST 2018 x86_64 User : cp648411 ( 1354) PHP Version : 7.2.34 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/cp648411/public_html/simded.com/simsalmon/control/include/ |
Upload File : |
<div style="margin:10px 0px;">
<form class="form-inline" id="fm_reply_comment" name="fm_reply_comment">
<div>
<label for="User">
<?php
if($_SESSION['ck_member']==1){?><img src="//graph.facebook.com/<?php echo $row_mb['id_fb']?>/picture?type=large" width="36" style="border-radius:30px;"><?php }
else{ ?><img src="../../control/images/b1.jpg" width="36" style="border-radius:30px;"><?php }
?>
</label>
<input type="text" class="form-control" name="comment" style="width:80%;">
<input type="hidden" name="id" value="<?php echo $row_rv['id']?>" />
<button type="submit" class="btn btn-default btn-primary">Comment</button>
</div>
</form>
<span id="reply_comment_<?php echo $row_rv['id']?>" style="font-weight:bold">
<?php
$list_rp = array('table'=>'reply_comment','where'=>'id_reviews = "'.$row_rv['id'].'"','order'=> "ORDER BY id DESC");
$view_rp = $view_db->view($list_rp);
$result_rp = $view_db->q_re($view_rp);
while($row_rp = $view_db->q_ro($result_rp))
{
?>
<div class="form-inline" style="margin:5px 0px 5px 10px;">
<?php
if($_SESSION['ck_member']==1){?><img src="//graph.facebook.com/<?php echo $row_mb['id_fb']?>/picture?type=large" width="36" style="border-radius:30px;"><?php }
else{ ?><img src="../../control/images/b1.jpg" width="36" style="border-radius:30px;"><?php }
?>
<?php echo ' <span style="font-size:18px;font-weight:bold;color:#069">'. $_SESSION['name_member'] .'</span> ' . $row_rp['comment'];?>
</div>
<?php
}
?>
</span>
</div>