a simple question i know but i'm having trouble implementing it with the following code:
I need to replace the "*" with conscentric numbers listing 1 to 10 as the 10 results are listed. i know it's a for i loop but i can't seem to get it right. any help?Code:while($row = mysql_fetch_array( $fetch )) { // Print out the contents of each row into a table echo "<tr>"; echo "<td style='border-bottom: 1px solid #000000;text-align:center'>"; echo "<span class='lip2'>"; echo '* <a href="'.$_HTTPS['PHP_SELF'].'show.php?sku='.$row['sku'].'&productDetail='.$row['title'].'" style="color:#000000">'; echo $row['size']." "; echo $row['title']." "; echo $row['type']; echo "</a>"; echo "</span>"; echo "</td>"; echo "</tr>"; }
many thanks,



Reply With Quote

Bookmarks