Menu</a>"; and other stuff? Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';' in C:\Users\Me\Desktop\sandbox\content\conatiners\nav igation.php on line 3

Thanks

<?php
if (($_SESSION['level'] >= 1)){
echo "<li><a href="index.php?user">User Menu</a>";
echo "<ul>";
echo "<li><a href="index.php?rtr">RTR</a></li>";
echo "<li><a href="index.php?history">History</a></li>";
echo "<li><a href="index.php?vision">Vision</a></li>";
echo "<li><a href="index.php?charter">Charter</a></li>";
echo "</ul>";
echo "</li>";
}
?>
Problem solved.. Thanks for quick response.. the

echo "<li><a href=\"index.php?rtr\">RTR</a></li>";

Worked great but will file other workarounds