<?php
$ourFileName = "phpPracticeFile.txt";
$fh = fopen($ourFileName, 'r') or die("Can't open
file");
fclose($fh);
?>
why isn't this code working ?
is it something to do with CHMOD ? file permissions ?
|
|
+ Reply to Thread
Results 1 to 3 of 3
Thread InformationUsers Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |
|
Bookmarks