Nick Jones wrote: >> 03132008 1604 GMT-6 >> >> If it was my choice it wouldnt be on a Linux system but it isnt my call. >> >> No permission problems. >> Running apache and its under httpd so no problems there. >> >> I thought the slashes go either too. >> >> Wade >> > > > Wade, > > I thought the backslash "\" is the escape character in PHP. Wouldn't you need > two of them to make this work? > > $lines = file($backupDir.'\\'.$_POST['backupfileName']); > > My $0.02 > -Nick
03142008 1132 GMT-6 I dont know about the two \\ but, I did get the scripted fixed. I use Bluefish to code and apparently something has happened as this is the fourth script in a two weeks that has failed due to extra white spaces. Back on March 1st Mladen Milankovic (of this group) found what he calls fuzzy characters and they were causing the code to totally screw up - and on simple things too. Everytime I have this type of problem I use Sceti to remove any extra white space and it works after that. And that is what I did here and it worked. I have used bluefish for a long time now without problems and its only been happening here lately. Wade