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")
and have this error:
*Warning*: Wrong parameter count for copy() in */home/.....*
Someone can help me please?
Thanks,

