Moving Folders in PHP
Using the function rename you can
move folders. Let's
try:
<?php
rename('old', 'dir/new');
?>
Let there be a folder dir in the root of your site.
Move it to the folder test.
Using the function rename you can
move folders. Let's
try:
<?php
rename('old', 'dir/new');
?>
Let there be a folder dir in the root of your site.
Move it to the folder test.