Hey everyone. I keep getting a parse error on this line when I try to access this page. Any suggestions?

<?php
    
    echo "Logged in as "$sesion->username"";
    
    ?>

Thanks.

Recommended Answers

All 2 Replies

echo "Logged in as ".$sesion->username;
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.