/ Published in: PHP
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
<?php // Crear una lista de carpetas con PHP
echo "<h3>Index</h3>\n";
echo "<table>\n";
{
echo "<tr>\n<td>\n<a href='$archivo'>\n";
echo "<img src='ico_folder.gif' alt='Ver $nombreArch'";
echo " border=0>\n";
echo "<b> $nombreArch</b></a></td>\n";
echo "\n</tr>\n";
}
echo "</table>\n";
?>
Comments
 Subscribe to comments
                    Subscribe to comments
                
                