[insert_php] $dir = ‘wp-content/uploads/2017/SGC2017/VI. DIR. GRAL. DE PLANEACCION Y CALIDAD/44. CREACION, ACTUALIZACION Y CONTROL DE LA INFORMACION DOCUMENTADA/REGISTROS/*.pdf’; $files = glob($dir); sort($files); foreach ($files as $file) { if ($file != ‘.’ && $file != ‘..’) { echo ««.utf8_encode(basename($file) ).»\n»; } } [/insert_php]
44. CREACION, ACTUALIZACION Y CONTROL DE LA INFORMACION DOCUMENTADA
[insert_php] $dir = ‘wp-content/uploads/2017/SGC2017/VI. DIR. GRAL. DE PLANEACCION Y CALIDAD/44. CREACION, ACTUALIZACION Y CONTROL DE LA INFORMACION DOCUMENTADA/*.pdf’; $files = glob($dir); sort($files); foreach ($files as $file) { if ($file != ‘.’ && $file != ‘..’) { echo ««.utf8_encode(basename($file) ).»\n»; } } [/insert_php]
45. IDENTIFICACION DE RIESGOS Y OPORTUNIDADES
[insert_php] $dir = ‘wp-content/uploads/2017/SGC2017/VI. DIR. GRAL. DE PLANEACCION Y CALIDAD/45. IDENTIFICACION DE RIESGOS Y OPORTUNIDADES/*.pdf’; $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/VI. DIR. GRAL. DE PLANEACCION Y CALIDAD/45. IDENTIFICACION DE RIESGOS Y OPORTUNIDADES/REGISTROS/*.pdf’; $files = glob($dir); sort($files); foreach ($files as $file) { if ($file != ‘.’ && $file != ‘..’) { echo ««.utf8_encode(basename($file) ).»\n»; } } [/insert_php]
46. SALIDAS NO CONFORMES
[insert_php] $dir = ‘wp-content/uploads/2017/SGC2017/VI. DIR. GRAL. DE PLANEACCION Y CALIDAD/46. SALIDAS NO CONFORMES/*.pdf’; $files = glob($dir); sort($files); foreach ($files as $file) { if ($file != ‘.’ && $file != ‘..’) { echo ««.utf8_encode(basename($file) ).»\n»; } } [/insert_php]
- « Página anterior
- 1
- …
- 19
- 20
- 21
- 22
- 23
- …
- 38
- Página siguiente »