Lalo Celi - 2017-09-06 12:35:43
When I first run it it bombed out because it is trying to load a PHP file that doesn't exist. The author must be trying to reference an older name of the PHP code.
On line 3 of the index.php change what is there to:
require_once('SQL_to_PHP.class.php');
Once you do this it works very well.