[insert_php] $dir = ‘wp-content/uploads/2017/SGC2017/I. SECRETARIA GENERAL/1. CONTROL ESCOLAR/2. BAJA/REGISTROS/*.*’; $files = glob($dir); sort($files); foreach ($files as $file) { if ($file != ‘.’ && $file != ‘..’) { echo ««.utf8_encode(basename($file) ).»\n»; } } [/insert_php]
5. PLANEACION EDUCATIVA
[insert_php] $dir = ‘wp-content/uploads/2017/SGC2017/I. SECRETARIA GENERAL/2. PREPARATORIAS/5. PLANEACION EDUCATIVA/*.*’; $files = glob($dir); sort($files); foreach ($files as $file) { if ($file != ‘.’ && $file != ‘..’) { echo ««.utf8_encode(basename($file) ).»\n»; } } [/insert_php]
REGISTROS PLANEACION EDUCATIVA
[insert_php] $dir = ‘wp-content/uploads/2017/SGC2017/I. SECRETARIA GENERAL/2. PREPARATORIAS/5. PLANEACION EDUCATIVA/REGISTROS PLANEACION EDUCATIVA/*.*’; $files = glob($dir); sort($files); foreach ($files as $file) { if ($file != ‘.’ && $file != ‘..’) { echo ««.utf8_encode(basename($file) ).»\n»; } } [/insert_php]
6. ASESORIA PERMANENTE
[insert_php] $dir = ‘wp-content/uploads/2017/SGC2017/I. SECRETARIA GENERAL/2. PREPARATORIAS/6. ASESORIA PERMANENTE/*.*’; $files = glob($dir); sort($files); foreach ($files as $file) { if ($file != ‘.’ && $file != ‘..’) { echo ««.utf8_encode(basename($file) ).»\n»; } } [/insert_php]
REGISTROS ASESORIA PERMANENTE
[insert_php] $dir = ‘wp-content/uploads/2017/SGC2017/I. SECRETARIA GENERAL/2. PREPARATORIAS/6. ASESORIA PERMANENTE/REGISTROS ASESORIA PERMANENTE/*.*’; $files = glob($dir); sort($files); foreach ($files as $file) { if ($file != ‘.’ && $file != ‘..’) { echo ««.utf8_encode(basename($file) ).»\n»; } } [/insert_php]