Quote:
Originally Posted by Paul M
Ok. Fixed both.
Magic runtime quotes is another deprecated function I wasnt aware of, added a php version check for that as well.
The syntax error was a semi-colon that mysteriously went missing, which I have now put back.
This version actually contains some experimental code that attempts to do backups via mysqldump (rather than all via php).
If you want to try that feature, you must edit a line in the mysqlbackup.php file.
PHP Code:
var $DTYPE = 'php'; // php or mysql
|
I'll give it a shot now, for adding that code.
Cheers
Edit I can confirm that this
PHP Code:
var $DTYPE = 'php'; // php or mysql
works for both php and mysql
Best mod on here!