john0611
03-11-2009, 05:24 PM
Hi all, I have a mind boggling problem. I will try to explain:
Ok, I have a mysql database, on it I have a few tables one called track-listing with field names, "listingid", "Date", "Title (title of the mix)" and "Listing (track-listings in the mix)".
Now I have a php page called track-listing.php.
I have a div tag which should display the "Title" and "Date" from the database, and I have another div tag that should display the "Listing" from the database.
Now the problem is, I would like to have the "Title" as links so that when you click on the different titles, it displays the Listing data relevant from the database in the other div tag.
Here is a pic to help:)
http://taycondesign.com/Untitled-1.jpg
Hope this makes sence :)
Any help would be greatly appreciated.
Thank you.
Ok, I have a mysql database, on it I have a few tables one called track-listing with field names, "listingid", "Date", "Title (title of the mix)" and "Listing (track-listings in the mix)".
Now I have a php page called track-listing.php.
I have a div tag which should display the "Title" and "Date" from the database, and I have another div tag that should display the "Listing" from the database.
Now the problem is, I would like to have the "Title" as links so that when you click on the different titles, it displays the Listing data relevant from the database in the other div tag.
Here is a pic to help:)
http://taycondesign.com/Untitled-1.jpg
Hope this makes sence :)
Any help would be greatly appreciated.
Thank you.