I need help making a php script...?

  • Thread starter Thread starter Gary
  • Start date Start date
G

Gary

Guest
Hello I need help making a php script that I can upload to the root of my website and it will archive my website files in a zip or 7z file by the click of a button for ease of access to download. Something that I can upload like once a month, then go to it (like http://mywebsite.com/archive.php) click a button then it will all be archived into a zip file for I can download.

Thanks in advanced.
advance****
 
You can not write a PHP script to do that and you wouldn't want to use PHP because it's intended for rendering web pages or web application only.

You need to write a desktop application that will connect to your web server via FTP so you can manipulate the files. You can use programming language such as C#, VB.NET, Java or PERL.
 
Back
Top