Advertisement
Guest User

Untitled

a guest
Aug 19th, 2016
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. echo '<li class="collection-item">'.bb($a['text']).'<br/><br/>';
  2. if(isset($user)) {
  3.     echo ($db->query("SELECT * FROM `save_article` WHERE `id_user` = '$user[id]' AND `id_article` = '$a[id]'") -> num_rows != true?'
  4.     <form action="" method="POST">
  5.     <div class="center-align">
  6.     <button class="btn waves-effect waves-light blue" type="submit" name="in">Сохранить в закладки<i class="material-icons right">done</i></button>
  7.     </div>
  8.     </form>':'').' </li>';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement