Jump to content

Gath

Members
  • Posts

    39
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

Gath's Achievements

Member

Member (2/5)

0

Reputation

  1. Hi. I'm looking at this site i'm building for so long, i'm kind of blocked... Having a menu list, with several links (Link1, Link2, Link3), and then when certain conditions are met (server wise) Link 4 is visible, then eventually Link 5, and so on. I would prefer not to have the links already in the page (invisible), for security reasons, and make them "visible" only when the user achieved certain steps (server side). I would also like this to be "server resources friendly" as possible. This point is very important. What i got so far is updating the full menu list everytime the user does something, and check the conditions to see certain links. But this isnt cutting it. Any ideas? Not sure if this should be a JavaScript / jQuery question. Only started in jQuery a few days back, i'm still very green in it. Thanks.
  2. Ok, thanks for answers, figured out the DB is broken, corrupted, or has some malfunction... after cleaning it all started to work just fine. Thanks again.
  3. So, alghouth i know there are results in the db, i keep getting 0 as mysql_num_rows. $check = mysql_query("SELECT login FROM db_login WHERE login=\"$email\""); $check_rows = mysql_num_rows($check); if ($check_rows > 0) blablabla The result from $check_rows is always 0. I'm lost. Any help? Using 5.3.9 php.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.