I have been reading all the tuts and came up with a database and a couple of pages. I know I am getting close to the answer, but just can't seem to get it. 2 pages - one to show lyric titles and then click on the title to show the lyric. the echo?id just won't cross over to the view lyric page, keeps showing the first listing no matter which lyric you click on. here are the pages:
<HEAD>
<TITLE>Select your Lyrics</TITLE>
</HEAD>
<BODY>
<H1>Select Your Lyrics</H1>
<P>
<UL>
<?php
Are you using the same query for both pages. It seems that your query id $lyrics is the same on both pages. Is it possible that you are still select ing all records from the db and that would be why you are always getting the first record. You would need to modify the second pages query to select where id = $id
Thanks I tried that too and still no luck. It shows the bullets on the viewlist page but no lyrics or lyric titles. At least now it no longer picks up just the first lyric and puts it on every page. Its odd but when I click on a lyric title and it takes me to the lyric page there is no ID# in the title bar. Somehow it is still not picking up the ID. Thanks for your help :-)
Bookmarks