Quote:
Originally Posted by dearinfinity
Hi,
What are the variables for userid, etc for PHP?
How would I write a PHP script that is as follows
if user is a member of usergroup 1:
do this
else:
do this
?
How do I get PHP to pull user data, and interact? Thanks
|
Try something like this...
<vb:if condition="is_member_of($bbuserinfo, 1)">Do this<vb:else />Or else this</vb:if>