Hi everyone!
I have recently changed my hosting and I'm suffering some secondary effects.
How do you normally acces a txt inside a directory to fopen?
fopen accesing directory (Very sily question)
Moderator: General Moderators
- shiznatix
- DevNet Master
- Posts: 2745
- Joined: Tue Dec 28, 2004 5:57 pm
- Location: Tallinn, Estonia
- Contact:
Code: Select all
$handle = fopen("/folder/folder/file.txt", "r");