Forums
(@prophet6)
21 years, 11 months ago
That’s because you have to replace the && for &&. So, try this: get_currentuserinfo(); if (isset($user_ID) && ('' != intval($user_ID))) {$hello='Welcome '; $hello.=$user_nickname; $hello.='<br>'; echo $hello;}
&&
get_currentuserinfo(); if (isset($user_ID) && ('' != intval($user_ID))) {$hello='Welcome '; $hello.=$user_nickname; $hello.='<br>'; echo $hello;}