We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 1521
    • 1 Posts
    This is an auto-generated support/comment thread for session counter.

    Use this forum to post any comments about this addition or any questions you have regarding its use.

    Brief Description:
    Simple php grafic counter with session
      • 29083
      • 21 Posts
      Hi Andrea,

      i’m not sure, but i think it should called: for ($i = 0;$i < $lenght - 1;$i++) not for ($i = 0;$i < $lenght;$i++) ..?
      The Counter generate an error, if you using $lenght not $lenght -1.

      Oh, sorry, it’s better: $lenght=strlen($countxt) - 1;


      Ok, by...
      Sylvio
        • 29083
        • 21 Posts
        I’m too...

        For XHTML it is necessary that you close the img-Tag.
        I have modify it: $countimg= "<img src=\"".$pathimg."/".$contimg[$i].".gif\"" . " alt=\"".$contimg[$i]."\" />";

        by Sylvio