I have a Drop-Down list that I am using and I have the "multiple" attribute so that I can get two or three different activities from the user instead of just one. I am wondering how in php3 you can display/use all of the different catagories that have been selected. Say I have <select name="Activities" multiple>, then in php3 when I say echo $Activities, I only get the last item that was selected. I thought it might act like an array but I tried that and it didn't work either. Any info or help on this would be greatly appreciated.
thanks,
ethan murphy