Hello dear MySQL developers, i am mere user and i want to ask you if you can please let me know what is wrong in the file backend/mysql.class.php I am asking because the script i have uploaded says this: Line 23 is: private $query = ""; This is PHP 4.4.9. Script is claimed to require PHP 4.3+ Thank You
Nope Not even going to go there. Use plain mysqli or pdo rather than that outdated stuff. It wouldn't take you long to convert it to the right way so you could still use the basic structure - but we'll worry about bugs after it's converted.
I think that this error disappeared when i changed PHP version. I no longer will be using this script, so this does not require further solution.