Contact: aviboots(AT)netvision.net.il
41,307 questions
53,821 answers
573 users
$filename = '/data.txt'; $file = fopen($filename, 'r') or exit("unable to open file ($filename)"); /* run: Warning: fopen(/data.txt): failed to open stream: No such file or directory in ...\test.php unable to open file (/data.txt) */