number
Posted: Wed Jul 28, 2004 12:19 am
Hello, i have a lyrics database and I want to make a script to display how many lyric records I have. I origionally thought to just dispaly the $id and add one to it since the record starts at 0. But first i just tried just to dispaly $id
and that yielded 12, although I have more then 12 entries. What am i doing wrong?
Code: Select all
<?php
echo ("We got in our database $id lyrics");
?>