Forum Moderators: coopster
Does anyone know if it is possible to use PHP5 with MySQL 4.0 and have both the mysql and mysqli functions available?
I understand that mysqli is designed for MySQL version 4.1 or greater and that I wouldn't have access to all of the features if using the previous version, but I wonder whether I could still use the object oriented methods of accessing the databases that is provided by mysqli. Or would I only be able to use mysql_connect if using Mysql 4.0?