![]() |
|
|
|
| ||||||
|
Welcome to the The ProgrammersTalk Community forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| Tags: between, difference, functions, mysql, mysqli, php |
![]() |
![]() | | LinkBack | Thread Tools | Display Modes | ![]() |
| |
| ||||
| It has some features for transactions (PHP: mysqli_rollback - Manual , PHP: mysqli_commit - Manual ), executing multiple queries ( PHP: mysqli_multi_query - Manual ), and stored procedures ( PHP: mysqli_stmt_prepare - Manual ). That's not a comprehensive list, just a beginning guide. I also noticed someone mentioning MySQL AB :: MySQL native driver for PHP - mysqlnd in the notes, but am not sure about what's going on there or the degree of availability. Additionally, you can find a summary with relevant links at MySQL AB :: MySQL 3.23, 4.0, 4.1 Reference Manual :: 17.3 MySQL PHP API , one of those links being ext/mysqli: Part I - Overview and Prepared Statements which I think you'll like. |
| The Following User Says Thank You to TeraTask For This Useful Post: | ||
HelloWorld (11-04-2007) | ||
| ||||
| Would you recommend we use this over the other? |
| ||||
| If you have PHP 5 on your server, yes. You should study the concepts that it now covers and use them. I admit to not having enough time myself to do this, but this is where it's moving, so to stay with the times, you should begin using it. Also, the algorithms it employs are a bit smarter, so it will increase program efficiency. |
| The Following 2 Users Say Thank You to TeraTask For This Useful Post: | ||
HelloWorld (11-04-2007), Lee (11-04-2007) | ||
![]() |
| Thread Tools | |
| Display Modes | |
| |