Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
Upgrade to mysqli from mysql
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Weasel" data-source="post: 358429" data-attributes="member: 9520"><p>Upgrading to MySQLi is basicly just putting an "i" behind all function names. Example: mysql_query becomes mysqli_query.</p><p>However, MySQLi doesn't support all functions, for example mysql_result has no MySQLi function.</p><p></p><p>I recommend upgrading to PDO too, however we can't just 'help you upgrade it than', you need to do your own research if you want to learn everything about it. You would have known upgrading MySQLi is fairly easy if you did. Don't use DevBest to get spoonfed.</p></blockquote><p></p>
[QUOTE="Weasel, post: 358429, member: 9520"] Upgrading to MySQLi is basicly just putting an "i" behind all function names. Example: mysql_query becomes mysqli_query. However, MySQLi doesn't support all functions, for example mysql_result has no MySQLi function. I recommend upgrading to PDO too, however we can't just 'help you upgrade it than', you need to do your own research if you want to learn everything about it. You would have known upgrading MySQLi is fairly easy if you did. Don't use DevBest to get spoonfed. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
Upgrade to mysqli from mysql
Top