Link

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Link

    Hi dos any 1 have a snippet or a code for only 1 user to see a link.....
    Example say user ID is 1 only he can see the link or say username is Whacky only he can see the link..... Please guys....

    It would be much appreciated.....
    BakGat
    Code:
    class Counter {
    public:
      void Count();
      int  ReadDisplay();
    private:
      int  CurrentCount;
    };








    Back up my hard drive? How do I put it in reverse?
    My Community
    BakGat
    sigpic

    #2
    u meen sumthing like this m8

    Code:
     if($nick=='Rider')
    {
     echo "<b><blink>Hello Rider!!!</blink></b><br/>";
    echo "<a href=\"index.php?action=quiz&amp;sid=$sid\"><b>Quizbox</b></a><br/>";
    }
    hope that will help
    ________________
    Jacques
    jacques@gw-designs.co.za
    http://coding.biz.tm
    Come join and lets make it a place to learn all the noobies how to code
    __________________

    NEVER FORGET TO CLICK THE TANX BUTTON IF U LIKE WHAT IM SHARING OR HELPING WITH

    Comment

    Working...
    X