Im trying to created a button with the text "Delete" write on them. when this button is clicked it will export some values with the method GET. but because of this the "value" of the button displays the values that will be exported instead the word "Delete how can i change this?
<form action="usuario.php" method="get">
<input type="submit" name="mesa" class="success button" value="<?php echo
$row['mesa'];?>"/>
</form>