, Ulf Wendel , Saif Lacrimosa * @copyright 1997-2006 The PHP Group * @license http://www.php.net/license/3_0.txt PHP License 3.0 * @version CVS: $Id:$, Release: @package_version@ * @link http://www.mysql.com * @since Available since Release 1.0 */ require_once('snippets/MySQLConverterTool_GUI_Snippets.php'); $snippet_title = 'Welcome to the MySQL ext/mysql Converter Tool'; $snippet_greeting = 'Welcome to the MySQL ext/mysq Converter Tool'; MySQLConverterTool_GUI_Snippets::load(dirname(__FILE__) . '/snippets/header.php'); ?>

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.