Actualmente tengo un formulario es in input text con el siguiente codigo.
Código PHP:
if ($_SESSION["FechaInicial"] == 1)
{
echo '
</tr>
<th>Fecha inicial</th>
<td><input type="text" name="fechai" id="fechai" onClick='popUpCalendar(this,etapa.fechai, 'yyyy-mm-dd')'; size="10" /></td>
</tr>';
}
lo que hace esste codigo de este campo es abrir un pop up con un calendario que permite seleccionar la fecha y asignarla a la variable, y al ejecutarlo me manda mensaje de error el php
Código:
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in C:\AppServ\www\construplan\sproject\gears\pg_nueva_etapa.php on line 34
Espero me puedan ayudar de antemano gracias por su ayuda