TheFilmGod Posted July 12, 2008 Share Posted July 12, 2008 I have been doing some intense research on mysql and database design recently, and I came upon something new - it's called MYSQLI (the improved mysql extension). I checked with my host, and it's supported! My only question, is it better and worthwhile implementing opposed to the standard? And finally, what is the main difference between the improved extension and the standard one? Quote Link to comment Share on other sites More sharing options...
vikramjeet.singla Posted July 12, 2008 Share Posted July 12, 2008 refer this: http://www.phpbuilder.com/board/showthread.php?t=10325179 Quote Link to comment Share on other sites More sharing options...
bluejay002 Posted July 12, 2008 Share Posted July 12, 2008 If you are doing some OO style, then stick with mysqli functions. Also, mysqli has some things not supported over mysql. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.