R B wrote:
> Hi,
> 
> I'm trying to copy a file like this:
> 
> copy("home/xxx/public_html/yyy/zzz/index.php",
> "home/xxx/public_html/yyy/www/index.php")

  ^ -- your missing a slash (although that shouldn't be the problem)
> 
> and have this error:
> 
> *Warning*: Wrong parameter count for copy() in */home/.....*

is that your actual code you posted??

> 
> Someone can help me please?
> 
> Thanks,
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to