Carrie KL Tam wrote:
> Hi Sebastian,
> 
> Don't understand why the following code keep telling me the error "Rename
> failed (Invalid argument)":
> <?php
> $forig = 'd:/pict/orig/YI3 ?a.3WOHF';
> $fcopy = 'd:/pict/copy/test1';
> if (rename($sourcepath,$ftppath))
> {
>   echo "pass 1\n";
> }
> ?>
> 
> Pls advise
> 
> Cheers,
> Carrie Tam
> [EMAIL PROTECTED]

-- 
 sebastian bergmann         e-mail :              [EMAIL PROTECTED]
                          homepage :      http://www.sebastian-bergmann.de
                       make a gift : http://wishlist.sebastian-bergmann.de
 measure the usability of your web application -> http://phpOpenTracker.de

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to