Just change mysql_start to mysqli_start, keep in mind that the procedural style of MySQLi requires the connection link as a first argument. Refer to http://php.net/manual/en/mysqli.stat.php
I tried all the variations I could think of still no joy, anyone care to convert the above to working MySQLi code that I can more or less cut & paste into a php file that will work?