Forum Moderators: coopster
I wrote a script on a server running php5, using the mysqli object for queries. Runs nicely. I copied the script to another server, which is running php4, so of course all the DB stuff is broken. Unfortunately, it will be a month or so till the server is upgraded from 4 to 5, and I need to get this script running ASAP.
Does anyone know if a workaround class has been written that will let you use the mysqli object in php4? I can write it myself if necessary, but I'm hoping someone else has already done it.
thanks,
Dave
In any case, I wish you luck :)