View Single Post
  #5  
Old 12th March 2022, 14:30
MasterMan MasterMan is offline
Senior Member
 
Join Date: Jan 2012
P2P
Posts: 142
Default
Quote:
Originally Posted by Elena View Post
PHP Code:
$content .= "<table border='0' cellspacing='0' cellpadding='1' width='100%'><td><marquee scrollamount='3' scrolldelay='100'>";if($num 0){for($i 0$i $num; ++$i){while($row mysql_fetch_assoc($res)){$content .= "<a href='details_".$row['id']."' alt='".$row['name']."'><img src='torrents/images_smals/".$row['image1']."' height='70' alt='".$row['name']."' border='0'/></a>&nbsp;";}}}$content .= "</marquee></td></table>"

you're tha maaaaan m8
Reply With Quote