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>';
} 
    
Código:
  
Espero me puedan ayudar de antemano gracias por su ayuda Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in C:\AppServ\www\construplan\sproject\gears\pg_nueva_etapa.php on line 34
 
