HELP!! Submit buttons and listening to MP3

windows

Guest
ok, i have a list going-say of names, and then a field for ppl to enter in their name, i have a submit button, but wen u click the submit button, it just refreshes the page with out the new name...how do i get the submit button to submit the person's name and add it to the list???<br />
also, how do i list a bunch of different mp3s on a page and make it so ppl can Download <!--more--> the mp3 to their comp??<br />
<br />
Thanks so much!!!!<!--content-->If you want to use a form to create a list, you'll have to use a server side language, may I suggest PHP? Just check that your web host provides it. And to allow people to Download <!--more--> mp3 files, simply create a link to the file on your server. Example:<br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"mymusic/musicfile.mp3">Download <!--more--> This Music File</a><!--content-->
 
Back
Top