PHP: using post when mutliple form fields share same name & id
问题 That title probably doesn't mean much but what I have is a form that is generated dynamically. I hooks into a table of products, pulls out there name. I then create a form that displays the product with a checkbox and textbox next to it. <form id="twitter-feed" name="twitter-feed" action="<?php echo $this->getUrl('tweet/') ?>index/tweet" method="post"> <table><tr> <?php $model = Mage::getModel("optimise_twitterfeed/twitterfeed"); $products = $model->getProducts(); foreach ($products as