PHP MySQLi = PHP MySQL Improved! The MySQLi functions allows you to access MySQL database servers Note: The MySQLi extension is designed to work with MySQL version 4.1.13 or newer.
$port = 3306; // Note our MySQL server doesn't use the standard MySQL port, hence why we need to specify it ...