Aquí está mi código para crear el botón:
while($row = mysql_fetch_array($query))
{
Print "<tr>";
Print "<td><input type="submit" value="Guardar" /></td>";
Print "</tr>";
}
Print "</table>";
Sin embargo el siguiente error aparece:
syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in C:\xampp\htdocs\fak_ict1999\showDB.php on line 35