I'm trying to show an employee's data; at the end I want to show your photo which is in the directory where the file is and has the extension .jpg
echo 'Hora de salida '.$horaDeSalida.'<br>'.
'Valor Hora '.$valorHora.'<br>'.
'Salario básico '.$salarioBasico.'<br>'.
'Porcentaje Recargo Diurno '.$porcentajeRecargoDiurno.'<br>'.
'Horas diurnas '.$horasDiurnas.'<br>'.
'Recargo diurno '.$recargoDiurno.'<br>'.
'Porcentaje Recargo Nocturno '.$porcentajeRecargoNocturno.'<br>'.
'Horas nocturnas '.$horasNocturnas.'<br>'.
'Recargo nocturno '.$recargoNocturno.'<br><br>'.
'Salario neto '.$salarioNeto.'<br>'.
'Nombre '.$_GET['Nombre'].'<br>'.
'<img src=".$_GET['Nombre'].'.jpg'" width='50' height='50' />';
But the last line does not fit me, I get the error: Parse error: syntax error, unexpected 'Name' (T_STRING), expecting ',' or ';'