|
Posted by Sjoerd on 02/27/07 23:03
eholz1 wrote:
> Is there any advantages (or disadvantages) in using mysqli instead of
> mysql (querys, connections to database, etc).
Mysqli offers:
- Object-oriented interface
- Prepared statements
- Bound input and output parameters
- SSL connections
- Multi-query functions
- Designed to work with the version 4.1.3 or above of MySQL
Navigation:
[Reply to this message]
|