What a hell am i doing wrong ? !! please help !

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

    #16
    Why dont you log user ip and browser in the database. Then code like this

    if(mysql_query(select from visitors where ip = '$ip', browser ='$browser', time = '$time'));
    {
    } else{
    code here to add to database.
    }

    then count for whois online today.

    Comment


      #17
      i needed a simple logs code its working ..

      How is host suppose to affect that? >_>
      And sometime working and sometime not, means a single request to that page might be going twice.. maybe network issue
      it's not network issue because is acting same at all users the code i tested is exactly the one i uploaded here it should work .. it's counting unique visits but on my host it's failing at counting / user visits ..
      This is ten percent luck, twenty percent skill
      Fifteen percent concentrated power of will
      Five percent pleasure, fifty percent pain

      And a hundred percent reason to remember the name!

      Comment


        #18
        then connection to host maybe resetting in between.
        Follow me @ksg91 | My Blog: http://ksg91.com | Nokia Blog: http://NokiaTips.in

        Comment

        Working...
        X