@undercoverhippy The reason for the recommendation to use mysqli is that mysql is now “deprecated” - it still works but will be dropped from php at some time in the future. There are technical reasons why mysqli is preferred to mysql but the phplist code doesn’t really use any of those.