I'm sorry if the title might confuse you, it will make more sense with some context.
In my mysql table I have rows all sorted by id and they have a place for the title, content and date. In my php code I display the title to the post, using "echo $title" which works fine. But on the same page I want to display the title to my 2nd row but when I use echo $title it shows the same title as the first row.
If you need any more information I'd be glad to help.