Undefined
By: Guest | Date: Mar 24 2009 14:05 | Format: PHP | Expires: never | Size: 665 B | Hits: 1012
- <?php
- echo "<pre>";
- $cats = $CatRow['id'];
- echo "<h6>".$cats."</h6>";
- $result = mysql_query("SELECT id, lg, catlinks, name, link FROM grupo_links WHERE catlinks='$cats'");
- { $catlinks = $row['catlinks'];
- $lg = $row['lg'];
- $link = $row['link'];
- $name = $row['name'];
- echo "<li><img src='../".$lg."' alt=''/> <a href='".$link."' target='_blank'>".$name."</a></li>";
- echo "<br>";
- }
- }
Latest pastes
48 minutes ago
10 hours ago
1 days ago
2 days ago
2 days ago