I use the following via my hosting company:
php extension: MySQL
phpMyAdmin 3.4.11.1
MySQL 5.5.34
If I understand correctly, I don't need to install anything. My above versions will support MySQLi.
Can I just use the same db table and just create a new product page with new MySQLi php code? Make sure it works and then convert my other website pages or do I need to practice on a copy of my db table?
I read somewhere that using the same DB table and php for both MySQL and MySQLi could cause things to crash but not sure that's correct.