Home Help

Welcome to the MySQL ext/mysq Converter Tool

You have successfully installed the MySQL ext/mysql Converter Tool. The tool helps you to migrate existing PHP code using the PHP MySQL Extension (ext/mysql) to the PHP MySQLi Extension (ext/mysqli). The tool reads the source code and converts all MySQL functions into their MySQLi counterparts.
Select one of the following actions:

Convert a directory

Use this to convert all PHP files contained in one directory.

Convert a file

Use this to convert a single PHP file.

Convert a code snippet

Use this to convert a snippet, a piece of PHP code.
Top