PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
You're welcome, btw you can do this with more form fields than a multiple select. You can also insert multiple textboxes with myname[] and it will be an array in php. But a disadvantage about this method is that you can't use document.forms['myform'].myname.value anymore. A workaround for this is giving the textbox an id and use document.getElementById