Jump to content

im realli stuck now Please HELP me!


ali_2kool2002

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.