hno Posted February 1, 2009 Share Posted February 1, 2009 Hi I saw a connection to bank example and for connect to bank ,he is using from mysqli_connect .What is the deffrence between mysqli and mysql codes?Does the both is same?If so ,what's that otherwise which one is better to use? tnx Link to comment https://forums.phpfreaks.com/topic/143390-mysqli-codes-whats-that/ Share on other sites More sharing options...
Snart Posted February 1, 2009 Share Posted February 1, 2009 Mysqli stands for mysql improved. It is available starting from PHP5 and Mysql 4.1.2. It offers more functionality and security through prepared statements, multi queries, ... Mysqli is generally preferred over mysql, and especially with prepared statements much better against mysql injection. Link to comment https://forums.phpfreaks.com/topic/143390-mysqli-codes-whats-that/#findComment-752120 Share on other sites More sharing options...
revraz Posted February 1, 2009 Share Posted February 1, 2009 Google mysql vs mysqli for quite a few results. Link to comment https://forums.phpfreaks.com/topic/143390-mysqli-codes-whats-that/#findComment-752122 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.