is php-addressBook still maintained? i notice its still using php mysqli
vs php-pdo and and a number of the mysqli_query() calls are not using the
database connection, which i thought was a requirement.
also, is mysqli in dange of being deprecated in php-7?
if this is not maintained anymore, is there a recommended newer one?
I think I have the same problem like you, and unfortunatley I think that there is no support anymore for this excellent script. I've tried to run it on PHP version 5.3.29 and 7.2.5. but on both servers I got message that it could not connect to database... altought I've used some basic script (https://gist.github.com/M165437/421cd2d23e53a111541a483971f7368b) to test connection, and everything worked OK.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
is php-addressBook still maintained? i notice its still using php mysqli
vs php-pdo and and a number of the mysqli_query() calls are not using the
database connection, which i thought was a requirement.
also, is mysqli in dange of being deprecated in php-7?
if this is not maintained anymore, is there a recommended newer one?
Thank you,
Mark Edwards
I think I have the same problem like you, and unfortunatley I think that there is no support anymore for this excellent script. I've tried to run it on PHP version 5.3.29 and 7.2.5. but on both servers I got message that it could not connect to database... altought I've used some basic script (https://gist.github.com/M165437/421cd2d23e53a111541a483971f7368b) to test connection, and everything worked OK.