Estoy editando el perfil de usuario ala pagina de inicio y me sale un error que es inde.html el error es el siguiente
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/a1445868/public_html/index.html on line 53
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/a1445868/public_html/index.html on line 53
<?php
$username = $_COOKIE['loggedin'];
if (!isset($_COOKIE['loggedin'])) die("Inicia sesion, <a href=index.html>click Aqui</a> Para Entrar.");
echo "$username"[contenido no disponible]salir ";
?>