PHP Code
Posted: Thu Oct 28, 2010 5:14 pm
I am new to this forum and very new to code in general. I have a code that hides a block of text if a user is not logged into our site:
if( !empty($_SESSION['user'])
what I need is a code that will hide a different block of text if a user IS logged in.
Any help would be appreciated...
if( !empty($_SESSION['user'])
what I need is a code that will hide a different block of text if a user IS logged in.
Any help would be appreciated...