Hi,
I've been searching for music management scripts all over the Internet, and netjukebox appears to be superior to everything I've tried. Unfortunately, the program doesn't support MySQL 4.1's mysqli interface.
My site gets 10,000 hits a day and I can't downgrade to MySQL 4.0 just for one program. I need the spatial database features in 4.1. Would someone consider updating the function calls to be compatible with the newer version?
Just a suggestion,
-Steve
"Games are for Children"
http://www.gamesareforchildren.com/
Compatibility with MySQL 4.1
Will keep checking
Hi everyone,
My understanding is that the function names for the two interfaces are the same, just with an "i" at the end of the name for MySQLi. Is this correct? If so, then I could just do a massive find and replace on all the source and resolve this issue for myself.
Anyone who knows MySQL and could answer this question would be appreciated.
-Steve
My understanding is that the function names for the two interfaces are the same, just with an "i" at the end of the name for MySQLi. Is this correct? If so, then I could just do a massive find and replace on all the source and resolve this issue for myself.
Anyone who knows MySQL and could answer this question would be appreciated.
-Steve