This topic is locked

mysql or mysqli

2/22/2012 6:50:34 PM
PHPRunner General questions
S
stiven author

Hello everyone,
How can i know if the application is using mysql or mysqli? and if it is using mysql how can i change it to mysqli, and would it interfere with all the code i have on the events page?
thanks

C
cgphp 2/22/2012
S
stiven author 2/22/2012

thanks Cristian, I just did, but how do I know which one I am currently using on the project?
Thanks

Sergey Kornilov admin 2/22/2012

To the best of my knowledge decision is made in run time. If mysqli is available - we use it. If not - we switch to mysql.