[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]
9. DESARROLLO DE LA DOCENCIA
[insert_php] $dir = ‘wp-content/uploads/2017/SGC2017/I. SECRETARIA GENERAL/3. ESCUELAS NORMALES/9. DESARROLLO DE LA DOCENCIA/*.*’; $files = glob($dir); sort($files); foreach ($files as $file) { if ($file != ‘.’ && $file != ‘..’) { echo ««.utf8_encode(basename($file) ).»\n»; } } [/insert_php]
- « Página anterior
- 1
- …
- 3
- 4
- 5
- 6
- 7
- …
- 38
- Página siguiente »