Hello I get this error and I can not find it wrong
Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) in C: \ xampp \ htdocs \ SIE \ Extras \ \ Extras_list.php on line 154
Code:
echo "<button class=\"btn btn-info\" id=\"editarConsulta\" onclick=\"cambiarContenidos('#contenidos','HorasExtras/edita_horasextras.php?accion=editar&id=<?php echo $rowActividades['Id_horasextras']; ?>' );\">";