hi all
i have a checkbox and input box
$others_text=$_REQUEST['others_text'];
<input type="checkbox" value="<?php echo $others_text ?>" name="checkacc[]" id="checkacc[]" />
Others <input type="text" style="width:200px;" name="others_text" />
i want that the customer should tick the checkbox and enter the information in text box and that information should become the value of checkbox.
what should i do.
i m not able to write value of checkbox.
vineet