Are you a regular stikked user? Signup so you can keep track of your pastes!

RE: Untitled

By Idiotic Ostrich, 1 Year ago, written in PHP. This paste is a reply to Untitled by Mature Goose
URL http://stikked.com/view/98139210
  1.                 <?php $rows=0;
  2.                         if ($rows==0)
  3.                         {
  4.                                 echo '<tr>';
  5.                                 $newrow = FALSE;
  6.                                 foreach($query->result() as $row)
  7.                                 {
  8.                                         if ($newrow){
  9.                                               echo "<tr>"
  10.                                         }
  11.                                         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>';
  12.                                         $rows++;
  13.                                         if($rows%3==0)
  14.                                         {
  15.                                                 echo '</tr>';
  16.                                                 $newrow = TRUE;
  17.                                                 $rows=0;
  18.                                         }
  19.                                 }
  20.                                
  21.                         } ?>

Replies to RE: Untitled

Title Name When
RE: RE: Untitled Reliable Leech 1 Year ago.

Reply to "RE: Untitled"

Here you can reply to the paste above

Create a snipurl

Make Private

Feeling clever? Set some advanced options.