Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter atencion

    (@atencion)

    Thank you very much!…
    I think I?′ve figured it out …at least it?′s working..

    I just check if the $user_ID string has nothing ..

    Here?′s how..

    <?php
    if ($user_ID==”) {
    ?>

    “SHOW SOMETHING FOR NON-REGISTERED USERS HERE”

    <?php
    } else {
    ?>
    “SHOW SOMETHING FOR REGISTERED USERS HERE”

    <?php
    }
    ?>

    Thread Starter atencion

    (@atencion)

    That?′s a good idea, fredrik. Thanks for replying.

    I?¨m there, looking for some function wich might be useful but to be honest I?′m quite lost and I?′m not finding anything that I could tell it?′d work.

    Do you have any idea on what exactly to look for? I?′m guessing is some sort of conditional, but I don?′t really know.

Viewing 2 replies - 1 through 2 (of 2 total)