Guest User

Untitled

a guest
Nov 24th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1.             echo '<tr>';
  2.                 echo '<td class="leftpart">';
  3.                     echo '<h3><a href="category.php?id=' . $row['cat_id'] . '">' . $row['cat_name'] . '</a></h3>' . $row['cat_description'];
  4.                 echo '</td>';
  5.                 echo '<td class="rightpart">';
Add Comment
Please, Sign In to add comment