/ Published in: PHP
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
function copiarArbol($source, $dest){
if ($file == '.' || $file == '..') continue;
copiarArbol($source.'/'.$file , $dest.'/'.$file);
}else{
}
}
}
return 1;
}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                