r4gn0
08-14-2006, 11:12 AM
if im using
<input name="Submit2" type="submit" value="Borrar">
<input type="hidden" name="id" value="<?php echo($row[0])?>"/>
what should i put in the Edit page to recieve the value?
<input name="Submit2" type="submit" value="Borrar">
<input type="hidden" name="id" value="<?php echo($row[0])?>"/>
what should i put in the Edit page to recieve the value?