Help for this page

Select Code to Download


  1. or download this
    sub de36 {
      my($a,$b) = (uc substr($_[0],-2,1),uc substr($_[0],-1,1));
    ...
    sub en36 {
      $CHARS[$_[0]/36].$CHARS[$_[0]%36];
    }
    
  2. or download this
    SELECT MAX(thread) FROM messages WHERE thread LIKE "${parent}__"
    
  3. or download this
    SELECT * FROM messages WHERE thread LIKE "${parent}__"
    
  4. or download this
    SELECT * FROM messages WHERE thread = LEFT("$thread",LENGTH($thread))