Are you a regular stikked user? Signup so you can keep track of your pastes!
  1.                 <?php $rows=0;
  2.                         if ($rows==0)
  3.                         {
  4.                                 echo '<tr>';
  5.                                 foreach($query->result() as $row)
  6.                                 {
  7.                                         echo '<td class="bookmark"><a href="'.$row->bookmark_url.'" target="_blank" class="bkmrk"><img src="'.$row->bookmark_img.'" alt="google" class="imgbkmrk" />'.$row->bookmark_name.'</a></td>';
  8.                                         $rows++;
  9.                                         if($rows%3==0)
  10.                                         {
  11.                                                 echo '</tr>';
  12.                                                 $rows=0;
  13.                                         }
  14.                                 }
  15.                                
  16.                         } ?>

Replies to Untitled

Title Name When
RE: Untitled Idiotic Ostrich 1 Year ago.

Reply to "Untitled"

Here you can reply to the paste above

Create a snipurl

Make Private

Feeling clever? Set some advanced options.