+ 3
What is the difference between mysql and Mysqli?
2 odpowiedzi
+ 11
Mohammed Safeer
I think you could simply use google but nevermind...
MySQLi, the i stands for improved 🙂
For example it brings
-enhanced debugging capabilities
-embedded server support
-support for prepared statements
...