You can't simply manually update mysql_ to mysqli_ on a page and update to mysqli.
You will need to redo the page and connection to use the correct mysqli syntax. Data Bridge v2 has a update utility that will help you do this. You could also re-create the page manually with MySQLi Server Behaviors. You should not attempt to do the update by hand if you aren't familiar with writing php and mysqli.