close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

General results page - specific results page - final result

Thread began 2/22/2010 2:41 pm by jeffmg279672 | Last modified 2/23/2010 5:03 pm by jeffmg279672 | 2039 views | 7 replies

Jason ByrnesWebAssist

you will need 2 tables to accomplish this, an artist table and a recordings table. the recordings table will include a foreign key used to relate the recording to the artist:

artists:
artistID - Primary key
artistName - text
etc.

recordings:
recordingID - Primary Key
recordingArtistID - Foreign Key to artists.artistID
recordingName - Text
etc.

on the first page, create a recordset to return all artists:
SELECT * FROM artists

In the repeat region, display the artists name and linking to a recordings page using a querystring variable to pass the artists ID:
<a href="recordingsResults.php?id=<?php echo $row_recordsetName['artistID']; ?>"><?php echo $row_recordsetName['artistName']; ?></a>




on the recording results.php page, create a recordset to return all of the recordings for the selected artist by filtering the recordingArtistID on the ID querystring variable.

in the repeat region, show the recording name with a link to the recordings detail page passing the recordingID column as a querystring variable:
<a href="recordingsDetails.php?id=<?php echo $row_recordsetName['recordingID']; ?>"><?php echo $row_recordsetName['recordingName']; ?></a>


On the recordingsDetails.php, create a recordset to display the selected recording by filtering the recordingID column on the ID querystring variable that was passed.

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...