Jump to content

counting


corillo181

Recommended Posts

[code]<?php
while($song=mysql_fetch_array($getsong)){
?>
                <tr>
                  <td>1</td>
                  <td><?php echo $song['path'];?></td>
                </tr>
<?php
}
?>
[/code]

how do i make it so that the one keep adding up to as song as i got on the while statement.
Link to comment
https://forums.phpfreaks.com/topic/31899-counting/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.