+ Reply to Thread
Results 1 to 4 of 4

Thread: HELP with login system

  1. #1
    stesouthby is offline x10 Sophmore stesouthby is an unknown quantity at this point
    Join Date
    Sep 2009
    Location
    UK
    Posts
    115

    HELP with login system

    hi i created a log in system from http://evolt.org/article/Creating_a_...661/index.html
    and i am having trouble stopping users viewing the pages i dont want to see the code i am using is <?
    if($session->logged_in);
    echo'
    ?>
    an putting my html in that box i just wondering is there not a better way of doing it?
    "It's time to prove to your friends that you're worth a damn. Sometimes that means dying, sometimes it means killing a whole lot of people."- sin city "You either die a hero or you live long enough to see yourself become the villain" - TDK

  2. #2
    lemon-tree's Avatar
    lemon-tree is offline x10 Minion lemon-tree has a spectacular aura about
    Join Date
    Nov 2007
    Posts
    1,420

    Re: HELP with login system

    That's a bit of an odd way of doing it, but anyway, get rid of the echo and add some curly-brackets:
    <?php
    if($session->logged_in){
    ?>
    YOUR HTML FOR MEMBERS
    <?php
    }else{
    ?>
    YOUR HTML FOR NON-MEMBERS
    <?php
    }
    ?>

  3. #3
    Tariqul Islam's Avatar
    Tariqul Islam is offline x10 Sophmore Tariqul Islam is an unknown quantity at this point
    Join Date
    Oct 2007
    Location
    Bangladesh
    Posts
    182

    Re: HELP with login system

    you can also use

    PHP Code:
    <?php
    if($session->logged_in)
    {
        echo(
    'YOUR HTML FOR MEMBERS');
    }
    else
    {
        echo(
    'YOUR HTML FOR NON-MEMBERS');
    }
    ?>



  4. #4
    stesouthby is offline x10 Sophmore stesouthby is an unknown quantity at this point
    Join Date
    Sep 2009
    Location
    UK
    Posts
    115

    Re: HELP with login system

    thanks guys
    "It's time to prove to your friends that you're worth a damn. Sometimes that means dying, sometimes it means killing a whole lot of people."- sin city "You either die a hero or you live long enough to see yourself become the villain" - TDK

+ Reply to Thread

Similar Threads

  1. Login System
    By nitin94 in forum Scripts & 3rd Party Apps
    Replies: 2
    Last Post: 10-14-2009, 05:02 PM
  2. Help Login System
    By nitin94 in forum Scripts & 3rd Party Apps
    Replies: 3
    Last Post: 10-09-2009, 09:07 AM
  3. help with login system
    By garrensilverwing in forum Programming Help
    Replies: 4
    Last Post: 05-04-2009, 09:45 AM
  4. Login System
    By REBEL21 in forum Free Hosting
    Replies: 1
    Last Post: 08-25-2008, 04:18 PM
  5. login system help
    By brentcatoe in forum Scripts & 3rd Party Apps
    Replies: 2
    Last Post: 10-04-2005, 04:31 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers