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.
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.
echo "Logged in as ".$sesion->username;
:) THanks! Worked like a charm.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.