04-14-2023, 10:14 PM
I try to copy a file but it says:
-------------------------
failed to copy example.txt...
-------------------------
code:
-------------------------
<?php
$file = 'example.txt';
$newfile = 'example.txt.bak';
if (!copy($file, $newfile)) {
echo "failed to copy $file...\n";
}
?>
-------------------------
is't the permissions?
Restored from old drupal forum, for user uid:27631 username:robind99
You may reset your password to access your new account here.
-------------------------
failed to copy example.txt...
-------------------------
code:
-------------------------
<?php
$file = 'example.txt';
$newfile = 'example.txt.bak';
if (!copy($file, $newfile)) {
echo "failed to copy $file...\n";
}
?>
-------------------------
is't the permissions?
Restored from old drupal forum, for user uid:27631 username:robind99
You may reset your password to access your new account here.