My web & php knowledge levels are failry low

OK I have just got a neat php file upload script working here;
http://www.wapchimp.pwp.blueyonder.co.uk/fileupload/

I have questions;

Is there some way to move (copy/paste) files from one web directory to another, does an ftp server allow this because I can't seem to do it.

Is there any other way to move these files from the storage directory to another. I have php, mysql etc on my host.

The reason I ask is that I have broadband, and free unlimited storage & bandwidth etc with my web host. The only snag is I HAVE TO dial in to their ftp server or I cannot access it. Hence the need for a php file upload to by-pass this. I just need to know if I can move these file around on the server.

Thanks for your help

    Originally posted by wapchimp
    Is there some way to move (copy/paste) files from one web directory to another...

    [man]copy[/man]

      Write a Reply...