File Management?
Posted: Thu Oct 31, 2002 9:24 am
Hey all,
I'd like to know how i can download files, ie. PHP files, but actual source, rather than the code shown after the server side bit.
Also, how do i rename files? is it just a straight copy(filename, newfilename)? or a little more complex?
and just to check...is this ALL you have to do to delete a file???
unlink("filename");
Cheers
Rob
I'd like to know how i can download files, ie. PHP files, but actual source, rather than the code shown after the server side bit.
Also, how do i rename files? is it just a straight copy(filename, newfilename)? or a little more complex?
and just to check...is this ALL you have to do to delete a file???
unlink("filename");
Cheers
Rob