Go to file
Rahmani Saif El Moulouk a3e34afd8d Updating the README file
Updating the README file
2017-06-29 14:34:12 +01:00
Function Add The Scripts Files 2013-09-19 21:54:48 +01:00
GUI Add The Scripts Files 2013-09-19 21:54:48 +01:00
UnitTests Add The Scripts Files 2013-09-19 21:54:48 +01:00
.gitattributes Add The Scripts Files 2013-09-19 21:54:48 +01:00
.gitignore Add The Scripts Files 2013-09-19 21:54:48 +01:00
Converter.php Update Converter.php 2016-12-30 01:42:49 +00:00
README Updating the README file 2017-06-29 14:34:12 +01:00
cli.php Add The Scripts Files 2013-09-19 21:54:48 +01:00
index.php Add The Scripts Files 2013-09-19 21:54:48 +01:00

README

  Welcome to the MySQL ext/mysql->ext/mysqli Converter Tool.
  This tool helps you to migrate PHP files using the PHP
  MySQL extension to use the MySQLi extension.
  
  Extract the archive into a directory on your web server. Open 
  http://<yourwebserver>/<yourpath>/MySQLConverterTool/GUI/index.php
  for a Web GUI. If you want to work on the command line, try
  php -f cli.php.
  
  Note that absolutely no security checks are performed
  by the tool which prevent users from trying to read and convert
  files (e.g. /etc/passwd). Make sure to add security measures,
  if needed.
  
  If you want to run any tests, check the hints given 
  in UnitTests/README.
  
  Have fun!
  
   _________________________________________________________
  |Rahmani Saif El Moulouk <saiflacrimosa@gmail.com> | < www.rahmani.site >|
   ---------------------------------------------------------