Re: mysql vs. mysqli, how to call stored procedure from php
- From: Sjoerd <sjoerd-news@xxxxxxxxxxxx>
- Date: Wed, 28 Feb 2007 00:03:47 +0100
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
.
- References:
- Prev by Date: Re: re-using variables
- Next by Date: Re: php website
- Previous by thread: mysql vs. mysqli, how to call stored procedure from php
- Next by thread: email person based on radio and select selections
- Index(es):
Relevant Pages
|