Can anyone please tell me how to move file(s) into a dir in PHP? I did the following and it doesn't work.
exec("temp/$file ../public/");
I would appreciate it.
Can anyone please tell me how to move file(s) into a dir in PHP? I did the following and it doesn't work.
exec("temp/$file ../public/");
I would appreciate it.