Help for this page

Select Code to Download


  1. or download this
    sub recursive_store {
    $query[$level] = "sql code here";
    ...
    }
    
    &recursive_store($level);
    
  2. or download this
    print _STORAGE[$anylevel][$anyindex];