Jump to content

Fopen


marek

Recommended Posts

Great. It works. Thanks.
So how to use the same fopen function if txt file is in folder which is "in higher level" (for example there's folder 'folder1' which includes 'file1.txt' and 'folder2'; and folder2 includes 'file1.php')?
I still don't want to give specifc path to the txt file.
marek
Link to comment
Share on other sites

Ok really quickly this is how directories in unix work...

./ = current directory
../ = the directory above you
./somedirectory/file.php = get file.php in the directory somedirectory which is in the same directory as you
../somedirecotry/file.phhp = get file.php in the directory somedirectory which is in the directory above yours
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.