By ryanbasicind@aol.com on
I have a couple of different websites running and i was wondering what is the major differences between the database connections when using mysqli and mysql coding? Will I still be able to run the same modules if I use one and not the other? will it hurt my websites performance?
Comments
mysql / mysqli
From mysql.com
http://dev.mysql.com/doc/refman/5.0/en/php.html
I would recommend reading some of these articles on zend: http://devzone.zend.com/node/view/id/686 + http://devzone.zend.com/node/view/id/687 They give a decent explanation combined with some code :)
Benchmark wise you can look at: http://www.johnjawed.com/benchmarks/
-----------------------------------------------------------------
They are birds that cannot fly, They are birds that think they're fish.
/penguins
will it effect drupal
Will some modules that drupal offers only support one over the other?