Newbie Dynamic data question/help request :)
Hi
I am trying to do some simple test work with MySQL and Dreamweaver CS5.5. I am very new to SQL/dynamics, and have got some basic stuff working, but one thing is bugging me at present and any help/suggestions would be welcome
I have set up two tables using XAMPP/PHPMyAdmin, one called testname, the other testalbum.
The tables consist of columns
NameID, Name
AlbumID, NameID, Title
I am trying to link from page 1 (which lists each name alphabetically (which is in place)) and each name links to another page listing each album by that artist. This is where I hit a problem, it seems no matter what I try to do in recordsets/server behaviours, I get either all albums listed or just Album 1. I don't seem to be able to get the album associated with the name to list only
Is anyone able to point me in the right direction?
Many thanks