
June 21st, 2000, 10:18 PM
|
|
Junior Member
|
|
Join Date: Jun 2000
Posts: 24
Time spent in forums: 20 m 51 sec
Reputation Power: 0
|
|
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">quote:</font><HR> Warning: Unable to open 'php2' for reading: No such file or directory in c hpdevwwwupload.php3 on line 3
[/quote]
You need to get rid of that in the php2 file name. It seem your on windows and i had the same problem with my scripts. I think the stripslashes() function will work for this
ex. copy(stripslashes($file),"/dir/file");
I never really tried it cuz i just turned on the magic_quotes option
|