Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

mysqli versus mysql

Asked Modified Viewed 2,178 times
W
Wanabo
W
Wanabo 10
www.probemyip.com/probe-my-ip-80x15.png
pHp-Fusion.Asia & pHp-Fusion.Fr & pHp-Fusion.Cn are available for a localized support community. Send PB for info.
  • Senior Member, joined since
  • Contributed 598 posts on the community forums.
  • Started 94 threads in the forums
  • Started this discussions
asked
Senior Member

In an other thread I started a discussion about mysql_connect versus mysql_pconnect.

In this thread I would like to discuss mysqli versus mysql.

The i in mysqli stands for improved. So why not use the improved mysqli connector for php-fusion? Perhaps in v8?

Quote

There are different opinions on which connector/extension is faster. Here is a simple guideline that you should follow:

If the MySQL database you are connecting to is <= 4.1.3, then use mysql_connect.
If the MySQL database you are connecting to is > 4.1.3, then use mysqli_connect.


It seems mysql will be depreciated.

Quote

Lifecycle Long Term Deprecation Announced*

And mysqli has some interesting features like:

Quote

Asynchronous Queries
Multiple Statements


Some additional reading:
mysqli-connect-vs-mysql-connect/
manual/en/mysqlinfo.api.choosing
mysqli.overview
0 replies
There are no post found.

Labels

None yet

Statistics

  • Views 0 views
  • Posts 0 posts
  • Votes 0 votes
  • Topic users 1 member

1 participant

W
W
Wanabo 10
www.probemyip.com/probe-my-ip-80x15.png
pHp-Fusion.Asia & pHp-Fusion.Fr & pHp-Fusion.Cn are available for a localized support community. Send PB for info.
  • Senior Member, joined since
  • Contributed 598 posts on the community forums.
  • Started 94 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet