I was looking for a way to make a PHP script that uploads two files, edits them, then puts them in a zip along with other various files. I first found a tutorial on how to make zip files in PHP, and got a file with a class (you can see the source at: http://www.checkmyip.uni.cc/zip/class.zipfile.phps ) it ended up working great, so I used it. Now, I needed a way to upload files. I found another script which you can see the source at http://www.checkmyip.uni.cc/zip/upload_test.phps and you can see the fileupload class at http://www.checkmyip.uni.cc/zip/fileupload-class.phps
So now I was set. I made a simple form script to fit my needs ( http://www.checkmyip.uni.cc/zip/index_test.php / http://www.checkmyip.uni.cc/zip/index_test.phps ) and I was set to go. The only problem was that then uploader script for some reason wasn't working. It was working fine as the original script I downloaded, but now it wasn't working. And so now I don't know what's wrong. First it was returning an error that "No file was uploaded" or something, and now it's not working at all.
HELP, PLEASE! I am open to any suggestions. If you have any questions about the scripts, or why I did what I did in one script, just ask, I'll answer the best I can.
Thanks in advance for the help.
I changed this so that now the uploading and the file with the form are in the same file. upload_test.php is now not used. Although, it still doesn't work. Please help!