Difference between mysqli and mysql? [duplicate]
问题 This question already has answers here : Closed 8 years ago . Possible Duplicate: Advantages Of MySQLi over MySQL I am building a large database and wondered which is the best to use? I am sanitizing my values now and escaping characters for security but I would like to know the different benefits of these mysql querys in php? Thanks. 回答1: Use MySQLi over the older MySQL functions. The "i" stands for "improved". The list of improvements can be found in the docs. 回答2: First of all, you better