PHP shell command
Posted
by DGT
on Stack Overflow
See other posts from Stack Overflow
or by DGT
Published on 2010-04-16T17:39:44Z
Indexed on
2010/04/16
17:43 UTC
Read the original article
Hit count: 93
php5
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.
© Stack Overflow or respective owner