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!
Ok so I got this form that allows multiple selections. Up to this point I have been using the standard post and get methods for retrieving the values. But on this one it only returns 1 of the multiple selected items. How can I approach this with my get or post statements.