thank you for helping.
Let me explain what I am trying to do here with this. Currently the site I have setup has certain areas restricted by membership levels. Each membership has access to different areas. The script I have setup works fine however, what I'm trying to do is get the site to look at it and check for the correct membership level before deciding to grant or deny access.
I have tried copy some script from other pages but cant seem to get it right.
After making the adjustments (latest posts) I'm now getting the following errors:
Warning: require(/home/bsonaugh/public_html/ray/modules/user/inc/header.inc.php) [function.require]: failed to open stream: No such file or directory in /home/bsonaugh/public_html/ray/modules/global/inc/content.inc.php on line 82
Fatal error: require() [function.require]: Failed opening required '/home/bsonaugh/public_html/ray/modules/user/inc/header.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/bsonaugh/public_html/ray/modules/global/inc/content.inc.php on line 82
I know I'm so close to closing this issue, but wish I knew what I was doing wrong.
I really appreciate everyone's help on this.