EDIT:
Is it any slower to use
instead of
?
Last edited by snowboardalliance on Mon Mar 27, 2006 7:25 pm; edited 1 time in total
Is it any slower to use
| Code: |
| $rootpath = $_SERVER['DOCUMENT_ROOT'] . '/'; |
instead of
| Code: |
| $rootpath = '/home/user/public_html/folder/folder2/'; |
?
Last edited by snowboardalliance on Mon Mar 27, 2006 7:25 pm; edited 1 time in total
