I want this two echo's to stay in one line. One in center and another right like I did but not in new line
echo "<a href=\"http://zafakultet.herobo.com\logout.php\"><font size=+1</font>Click here to logout!</a>"; echo "<p align=right>Username: " . $_SESSION["valid_user"];
I tried with <? ?> and it wont work.
Thanks for help.