Hi, so I almost want to just take my computer and dispose of it off the top of a 40 story building, but then that isnt very productive is it? Instead I have come to the masters for help.
here is my problem:
I'm running apache 2 on windows xp (dont start), with PHP 4.4-dev running.
Here is my PHP script:
copy("C:/somedirectory/somefile", "Z:/destinationfolder/somefile");
(VERY SIMPLE EH!, IT DIDNT USE TO BE)
The C is local (windows partition), but the Z is mapped to a network folder on \server\somefolder[/I]
I cant copy C to Z as the example illustrates or vice versa. If Z in the example above was changed to C, I would be able to (copy C to C) no problem. Now I can browse Z and copy and paste manually (drag and drop, etc...) as persmissions are all fine.
I use to get an error with PHP 4.3.7 which stated : unable to open a stream permission denied (or something to that effect). When i upgraded to 4.4-dev I stoped receiving the error, but I still don't get the result I'm looking for.
I don't think it's a permission issue because I can easily drag and drop from C to Z via explorer and vice versa.
PLEASE HELP ME MASTERS OF PHP, IVE LOOKED EVERYWHERE EVEN IN THE MANUAL - TO NO AVAIL, NOW I SEEK YOUR GUIDANCE - THX!