Welcome Guest, Not a member yet? Register   Sign In
Out of memory for backup
#3

[eluser]fs_xyz[/eluser]
Whew.... good to go again. X_X
Thanks for the help.

Eee... one more thing, why I cannot write file output in this way ?
Code:
$now = date("d-m-Y H:i:s");
$backup = 'asdfgsdgfasfgvasgf';
write_file('./backup/filebackup'.$now.'.txt', $backup);
About the date part, whenever I'm trying to write the file with date added to file name, it won't produce file output.
But if I'm not using it, it can. Is there a way so I can write a file with date added to file name ?

Code:
$backup = 'asdfgsdgfasfgvasgf';
write_file('./backup/filebackup.txt', $backup);
This one will produce output.

Is it impossible since the file name will consist of "-" and ":" ?


Messages In This Thread
Out of memory for backup - by El Forum - 08-01-2010, 08:48 PM
Out of memory for backup - by El Forum - 08-02-2010, 04:29 AM
Out of memory for backup - by El Forum - 08-02-2010, 08:48 PM



Theme © iAndrew 2016 - Forum software by © MyBB