calmchess Posted May 25, 2013 Share Posted May 25, 2013 if I have two client applications calling myqli_query at the same instant in time will they both be honored by the mysql database or will a collision and error condition occur on one of the db transactions? --calmchess Quote Link to comment https://forums.phpfreaks.com/topic/278373-mysqli_connect/ Share on other sites More sharing options...
xenLiam Posted May 25, 2013 Share Posted May 25, 2013 That depends on what you are trying to achieve. You need to provide the resource in mysqli_query anyway, so making two separate mysqli_connect resources will probably not conflict each other once they are used in queries. Quote Link to comment https://forums.phpfreaks.com/topic/278373-mysqli_connect/#findComment-1432199 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.