Forum Moderators: coopster
I followed manual and i am able to rename in localhost .But when i tested in server with following code iam getting errors
<?php
$oldfolder=$row_rsmain['folder'];
$newfolder=$_GET['folder'];
chmod("/home/#*$!xx/public_html/$oldfolder", 0777);
rename("/home/#*$!xx/public_html/$oldfolder", "/home/#*$!xx/public_html/$newfolder");
?>
Iam getting error like this
Warning: chmod() [function.chmod]: Operation not permitted in /home/indiantu/public_html/#*$!#*$!/index.php on line 449
Permission denied in #*$!