hi all,
is there anything wrong in this. i need hav the value in the radio button to display in the next page. so please can anyone.
thank u.
---------user.php--------
<tr>
<td><input name="radio" type="radio" value="projectassign"></td>
<td><?php echo $row['projectassign']?></td>
<tr> <td><input name="radio" type="radio" value="projectassign"></td> <td><?php echo $row['projectassign']?></td>
---------upload.php---------
<?php echo '<input type="hidden" name="radio" value="'.$_POST['radio'].'">'; ?>