Here is the code that I am using to move the images:
if ($Primary_image != "") {
@copy("$Primary_image", "/home/bbrv/www/newsite/new_layout/usedrvs/$Primary_image")
or die("");
} else {
die("No input file specified");
}
Hayley Watson wrote:
Hmmm, so that's not it... (yeah, it's the first thing I usually check, too 🙂.
Could you put up the code that's dealing with the files so's we can see what it is trying to do?