View previous topic :: View next topic |
Author |
Message |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Mon Mar 07, 2005 4:01 pm Post subject: Problem with paths [Solved] |
|
|
Edit: This problem is now solved using the strftime() function
Last edited by TRUSTAbyss on Mon Mar 07, 2005 11:30 pm; edited 1 time in total |
|
Back to top |
|
 |
admin Site Admin
Joined: 03 Mar 2002 Posts: 1332
|
Posted: Mon Mar 07, 2005 4:39 pm Post subject: Re: Problem with paths |
|
|
TRUSTpunk,
You should extract the current real directory from SCRIPT_FILENAME :
Code: |
$real_dir = dirname( $_SERVER['SCRIPT_FILENAME'] );
|
|
|
Back to top |
|
 |
|