@aweb4u
Try this:
http://johns-jokes.com/downloads/sp-...nges/index.php
Source files available online.
The input parameters may be hard-coded in the following array or included in a separate file:
PHP Code:
#
# set default to empty input statements
# $db = array( DB_HOST, DB_USER, DB_PWRD, DB_NAME, DB_TABLE, SRC_PATH);
$db = array_fill(0, 6, '');
# Over-ride $db with my Personal PARAMETERS
# require '__DB_PARAMETERS.php';
I have tried the script on numerous localhost sub-directories and it works fine.
Unfortunately just discovered the Host provider requires PDO files to be setup.
I have a separate MySQL include file but it requires more work 
NB. The htaccess file only allows index.php files - what is required to get the download Zip link active?
Bookmarks