Im New to this PHP forum site I'm really excited, as I been learning PHP and it's been a mission on my own, I hope this forum and it's users will help me thru this journey.
I created a database and a form that the user has to enter his/her name and password the
PHP form works great I'm trying to display which user has entered on the title bar, I found a way by:
Code:
Print "<title>User:".$_SESSION['user']."</title>";
It works but the problem is I dont want "User:" to be displayed in the title bar when a user didn't login.
It might sound silly but I would really appreciate help with this.
Thanks


