Hello I need some help here...
I have a dropdown list working perfect, but the problem is that I need it multiple selection, so when I change the name for name(), and the type for multiple posting with POST
I thought it could be something like
[PHP]echo"variable name[0]";
echo"variable name[1]";[/PHP]
does any of you know how to do it?
I have a dropdown list working perfect, but the problem is that I need it multiple selection, so when I change the name for name(), and the type for multiple posting with POST
I thought it could be something like
[PHP]echo"variable name[0]";
echo"variable name[1]";[/PHP]
does any of you know how to do it?
Comment