Ok, that's not it. I renamed all the .inc files to .php files and they're still copied empty.
Does it matter what's in the files? Maybe I could post the contents here...
Quote:
Originally Posted by ScareCrowe
If you want to copy a PHP file with its PHP code intact, you need to use FTP. By using the URL to the file you are requesting the file via the server, which will parse the file no matter what.
Is the server the files you want to copy from configured to parse .inc files?
If the server does parse .inc files (don't think thats a default) then that would explain both files being empty: the server is parsing them and showing you the output, which happens to be nothing.
Open functions.inc and connect_ct.inc.php in your browser and view the source code. If you get blank page for both you pretty much have your answer! 
|
I opened the .inc files in my browser and it says 'file not found'...
The problem with FTP copying is that I don't know how many folders the copying file needs to go up and down...
But still, why does it copy 2 of the files correctly and not the other two?
Update: I tried FTP copying now, but that's actually something else so I posted a
new Topic... I hope that's OK.