hey guy, i need some help in reading a file across my network...
this is what i did...
$myFile = fopen("\\10.102.216.129\backup\Gatepass\Gate_Pass.csv",'r') or die("cannot connect");
$rows = file("$myFile")or die("cannot connect");
but each time i'm getting an error : failed to open stream: No such file or directory
can someone help me