Advertisement
nucklear

Obtener la ruta absoluta al servidor drupal 7

May 5th, 2012
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. drupal_realpath( public://pathtofile/*.* )
  2.  
  3. return absolute path related to server.
  4.  
  5. file_create_url( public://pathtofile/*.* )
  6.  
  7. return url to file.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement