Show text or anything if user == unregistered
-
Hello,
How I can show an text if user not is registered in my blog (guest) ? Example:
<?php
if( $user == ‘unregistered’ )
{
echo(“hi fuck guest”);
}
?>Ofcourse, I need the correct var and conditionals.
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Show text or anything if user == unregistered’ is closed to new replies.