There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
PHP offers two different ways to connect to MySQL server: MySQLi (Improved MySQL) and PDO (PHP Data Objects) extensions. But MySQLi support both procedural interface and object Oriented interfaces.