
By: Lundy | Date: Mar 24 2009 13:38 | Format: PHP | Expires: never | Size: 742 B | Hits: 1149
- <?php
- echo "<pre>";
- $cats[$row['id']] = $row;
- echo "<br>";
- echo "<br>";
- }
- { $catlinks = $result['catlinks'];
- $lg = $result['lg'];
- $link = $result['link'];
- $name = $result['name'];
- echo "<h6>".$catlinks."</h6>";
- echo "<li><img src='../".$lg."' alt=''/> <a href='".$link."' target='_blank'>".$name."</a></li>";
- echo "<br>";
- }
- ?>
Latest pastes
16 days ago
2 months ago
17 months ago
19 months ago
23 months ago