Thread: MySQL Tutorial?
View Single Post
Old
  (#3 (permalink))
RS Tom is Offline
Revenue Source Admin
RS Tom is almost famous!RS Tom is almost famous!RS Tom is almost famous!RS Tom is almost famous!
 
RS Tom's Avatar
 
Join Date: Sep 2004
Posts: 2,406
Tom A.
Jack of All Trades
Revenue Source, Inc.
Ft. Lauderdale, FL United States
   
11-03-2006

MYSQLI is going to become the new standard in the next couple of years. Most of the functionality is the same, but the connection to the database and the method in which you execute queries is somewhat different. MYSQLI boasts significant performance improvements over the standard MYSQL. For clarity, MYSQLI is more of a reference to how you interface with the db... it's still a MYSQL database platform.

If possible, I would be sure to consult sources that reference MYSQLI. MYSQLI is supported in PHP 5+, so don't expect to get much practice on a server with a version lower than that installed (most run PHP 4).
  
Reply With Quote