[insert_php] $dir = ‘wp-content/uploads/2017/SGC2017/I. SECRETARIA GENERAL/6. SERVICIOS EDUCATIVOS DE APOYO/16. ASIGNACION Y RENOVACION DE BECAS INSTITUCIONALES/REGISTROS ASIGNACION Y RENOVACION DE BECAS INSTITUCIONALES/REGISTROS/*.*’; $files = glob($dir); sort($files); foreach ($files as $file) { if ($file != ‘.’ && $file != ‘..’) { echo ««.utf8_encode(basename($file) ).»\n»; } } [/insert_php]
16. ASIGNACION Y RENOVACION DE BECAS INSTITUCIONALES
[insert_php] $dir = ‘wp-content/uploads/2017/SGC2017/I. SECRETARIA GENERAL/6. SERVICIOS EDUCATIVOS DE APOYO/16. ASIGNACION Y RENOVACION DE BECAS INSTITUCIONALES/*.*’; $files = glob($dir); sort($files); foreach ($files as $file) { if ($file != ‘.’ && $file != ‘..’) { echo ««.utf8_encode(basename($file) ).»\n»; } } [/insert_php]
17. ORGAN. TEC. MAT.BIBLIOG
[insert_php] $dir = ‘wp-content/uploads/2017/SGC2017/I. SECRETARIA GENERAL/6. SERVICIOS EDUCATIVOS DE APOYO/17. ORGAN. TEC. MAT.BIBLIOG/*.*’; $files = glob($dir); sort($files); foreach ($files as $file) { if ($file != ‘.’ && $file != ‘..’) { echo ««.utf8_encode(basename($file) ).»\n»; } } [/insert_php]
REGISTROS
[insert_php] $dir = ‘wp-content/uploads/2017/SGC2017/I. SECRETARIA GENERAL/6. SERVICIOS EDUCATIVOS DE APOYO/17. ORGAN. TEC. MAT.BIBLIOG/REGISTROS/*.*’; $files = glob($dir); sort($files); foreach ($files as $file) { if ($file != ‘.’ && $file != ‘..’) { echo ««.utf8_encode(basename($file) ).»\n»; } } [/insert_php]
18. CONSULTA Y PRESTAMO
[insert_php] $dir = ‘wp-content/uploads/2017/SGC2017/I. SECRETARIA GENERAL/6. SERVICIOS EDUCATIVOS DE APOYO/18. CONSULTA Y PRESTAMO/*.*’; $files = glob($dir); sort($files); foreach ($files as $file) { if ($file != ‘.’ && $file != ‘..’) { echo ««.utf8_encode(basename($file) ).»\n»; } } [/insert_php]
- « Página anterior
- 1
- …
- 6
- 7
- 8
- 9
- 10
- …
- 21
- Página siguiente »