Hi all Peoples.
I am trying to write some contents on the file.
The file was present on some other directory.
Is it possible to open the file in some directory Using fopen()
Is it possible to open the file within directories
Moderator: General Moderators
Yes, granted the file has sufficient permissions in the mode you're trying to open it in. If I understand your question right you want to open a file that's in a different directory. You can either use an absolute path like /home/me/public_html/path/to/file.php or a relative path if the file is navigable from the current directory.. path/to/file.php.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.