Ver Mensaje Individual
  #3 (permalink)  
Antiguo 06/09/2012, 11:56
webankenovi
Invitado
 
Mensajes: n/a
Puntos:
Respuesta: Manejo de directorios en PHP

javivo tiene razon , hazlo como el te dice.

pero yo te recomiendo crear un script con los path absolutos.

basename
http://es.php.net/manual/es/function.basename.php

dirname
http://es.php.net/manual/es/function.dirname.php

realpath
http://es.php.net/manual/es/function.realpath.php

is_dir
http://es.php.net/manual/es/function.is-dir.php

is_file
http://es.php.net/manual/es/function.is-file.php

pathinfo
http://es.php.net/manual/es/function.pathinfo.php

con eso te deberia de valer

Última edición por webankenovi; 06/09/2012 a las 12:48