The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
From: SCOFIELD_UA <w.miller.pri...@gmail.com>
Date: Mon, 12 Nov 2012 01:41:54 -0800 (PST)
Local: Mon, Nov 12 2012 4:41 am
Subject: Re: Display user's name after login (PHP)
If you use CakePHP, then the right way is to use AuthComponent::loggedIn()<http://book.cakephp.org/2.0/en/core-libraries/components/authenticati...> If you use native PHP: if(!isset($_SESSION['username'])) { } else { echo $_SESSION['username']; } or echo !isset($_SESSION['username']) ? "Why you dont register ?" You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||