Guest User

Untitled

a guest
May 20th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1.     <?php while($topic = $req->fetch()) {
  2.                         echo '<div class="topics">
  3.                                 <a href="#" onclick="alert(\''.$topic['bbcode'].'\');">'.$topic['b_titre'].'</a>
  4.                               </div>';
  5.                       }
  6.                 ?>
Add Comment
Please, Sign In to add comment