Ver Mensaje Individual
  #1 (permalink)  
Antiguo 20/04/2007, 19:08
marybella
 
Fecha de Ingreso: abril-2007
Mensajes: 24
Antigüedad: 17 años
Puntos: 0
Exclamación Mensaje de error Parser

Hola, mi problema es el siguiente:

Tengo un script, el cual tiene un boton que al ser presionado llama a otro script(el script se llama certificado.php).

La parte de mi codigo que maneja dicho boton es la siguiente:

<form name="form1" method="post" action="certificado.php?id="<? echo $id ?> >
<input type="hidden" name="promletra" value="<? echo $promedio ?>">
<input type="hidden" name="promletra" value="<? echo $promletra ?>">
<input type="hidden" name="libro" value="<? echo $libro?>">
<input type="hidden" name="foja" value=" <? echo $foja ?>">
<input type="hidden" name="fecha_exp" value=" <? echo $fecha_exp ?>">
<input type="hidden" name="cotejo" value=" <? echo $cotejo ?>">
<input type="hidden" name="dia_mos" value=" <? echo $dia_mos ?>">
<input type="hidden" name="mes_ano" value="<? echo $mes_ano ?>">
<INPUT TYPE=SUBMIT VALUE="Mostrar Datos en Certificado">
</FORM>


y dicho boton llama al siguiente script:

<html>
<head>
<link rel=stylesheet type="text/css" href="estilos/Estilo.css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<div style="text-align:center"><img src="imagenes/Dibujo9.PNG" width="596" height="523"/></div>
</body>
</html>


Pero me manda el siguiente error:

Warning: Unexpected character in input: '' (ASCII=7) state=1 in c:\program files\easyphp1-8\www\certificados\certificado.php on line 165

Parse error: parse error in c:\program files\easyphp1-8\www\certificados\certificado.php on line 165


Alguien puede ayudarme?

gracias