I have a site that uses ASP and am trying to set up a feature where someone can add mp3 files to a list to email the list to someone through a form, i am having a problem getting more than 1 mp3 to list on the page, i thought that by using a Request.Queryst ing using a variable that stores the id numbers of all the mp3 you want to send and then adding that to the url it would work
code like this
this does not seem to work, i think it can be done with PHP but do not know how.
The idea is that i click a button next to the mp3 file listed to add it to a shortlist, then goto the shortlist page and email a link to the page with all the mp3 files selected relisted.
the website in question is www.yaketyyak.c o.uk
there is a similar thing using php at www.anothertong ue.com
Any help please
code like this
Code:
shortlist.asp?mp3id=firstid,secondid,thirdid
The idea is that i click a button next to the mp3 file listed to add it to a shortlist, then goto the shortlist page and email a link to the page with all the mp3 files selected relisted.
the website in question is www.yaketyyak.c o.uk
there is a similar thing using php at www.anothertong ue.com
Any help please
Comment