Re: [nyphp-talk] mysql vs mysqli

2009-02-23 Thread Artur Marnik
From my experience if mysql is sufficient you shouldn't rewrite all the code I used mysqli recently because I had to establish SSL connection to the external database server (mysql extension cannot do that) I worked great and I discovered power of OO mysqli I really liked it and if possible I

[nyphp-talk] mysql vs mysqli

2009-02-23 Thread Konstantin Rozinov
Hey guys, I have a lot of PHP code written that uses the mysql extension. Should I rework the code to use mysqli extension? How can I tell if it will be worth the effort and time? Any advice would appreciated. Thanks! Konstantin ___ New York PHP User G