ali_2kool2002 Posted March 9, 2007 Share Posted March 9, 2007 Hi im using submit button in this code, but because its in a while loop and the name im using needs to be different at each time and so i can post it but because im using numbers im not sure how to check....if anyone is on msn i could come on there and giv u my files ,,just message me ur addy.. thanks.. or add me [email protected] i just cant explain it wel on here $i=0; while($i<$count && $results = mysql_fetch_array($result, MYSQL_ASSOC)){ $orderId = $results['orderId']; echo '<tr><td align="center">' . $results['orderId'] . '</td><td align="center">' . $results['order_status'] . '</td><td align="center">' . $results['comments'] .'</td> <td align="center">' . $results['customerId'] .'</td> <td align="center">' . $results['orderDate'] .'</td> <td align="center"><input type="radio" name= '$i' value = '.$orderId.' unchecked> Selected</td> </tr> '; $i++; } echo"$i"; $_POST[$i]; echo '</table>'; } Link to comment https://forums.phpfreaks.com/topic/42043-im-realli-stuck-now-please-help-me/ Share on other sites More sharing options...
tauchai83 Posted March 10, 2007 Share Posted March 10, 2007 what do you mean actually? i have no idea what do you mean? can make it clearer? WHy dont you post using .... tag to post your code? "insert code". Link to comment https://forums.phpfreaks.com/topic/42043-im-realli-stuck-now-please-help-me/#findComment-203989 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.