I have a rarevalues script and it shows all the rares on a page, using this
how can i get it so it goesPHP Code:while ($row = mysql_fetch_array($res))
{
echo "<td><font face=\"Verdana\" size=\"1\"><p align=\"center\"><img src=\"$row[image]\" alt=\"Value Added on $row[date]\"><br>$row[title]</a> </td>";
}
VALUE VALUE VALUE VALUE VALUE VALUE
then
VALUE VALUE VALUE VALUE VALUE VALUE
6 items per row
Thanks





Reply With Quote

