CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8

Threaded View

  1. #1
    Join Date
    Jun 2005
    Posts
    115

    Delete FTP Files

    I'm creating a delete script and I ran into some problems.

    What it does is theres a list of files that are in a mysql db, that is also inside the ftp. Theres a table that contains the file location such as Downloads/Files/Games/editor.rar

    with that list theres a button next to it saying delete. When it deletes the row from the mysql db I also want the file to be deleted from the ftp aswell. Help is much appreciated.

    ok i fixed that last question is

    how do i make a file move from 1 folder to another through php.
    Last edited by Forsakenblade; April 13th, 2006 at 02:52 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured