Text only
|
Text with Images
coppermine-gallery.com/forum
No Support => General discussion (no support!) => Topic started by: JMG on June 11, 2004, 08:14:44 PM
Title:
[Solved]: Identify usertype in anycontent.php
Post by:
JMG
on
June 11, 2004, 08:14:44 PM
How do I find out if a user is registered (in anycontent.php)? Is there variable I could check to identify usertype?
Regards
JMG
Title:
Re: Identify usertype in anycontent.php
Post by:
JMG
on
June 12, 2004, 01:14:44 PM
I found it: USER_ID
if (!USER_ID) {
echo "You're not registered. Register!";
}
/JMG
Text only
|
Text with Images