Grazie 1.000 per avermi risposto così velocemente al mio post.
Ho appena dato un okkiata al link da te suggerito, mi sembra utile il software che gira su phph, ma non riesco ad installarlo, mi da questo errore anche se nel file "phpESP.ini.php.default" ho settato i giusti valori per accedere al database mysql di aruba:
FATAL: Unable to open config file admin/phpESP.ini.php. Aborting.
See admin/phpESP.ini.php.default for all options. A small example:
<?php
// use http or https?
$ESPCONFIG['proto'] = 'http://';
// Base URL for phpESP
$ESPCONFIG['base_url'] = $ESPCONFIG['proto'] . $server['HTTP_HOST'] . '/phpESP/'
;
// Database connection information
// for the database type, change $ESPCONFIG['adodb_database_type'] (further down
)
$ESPCONFIG['db_host'] = 'localhost';
$ESPCONFIG['db_user'] = 'root';
$ESPCONFIG['db_pass'] = '';
$ESPCONFIG['db_name'] = 'phpesp';
$DB_PREFIX = "phpesp_"; // If you want your database tables to use a prefix, s
et it here.
$OLD_DB_PREFIX = ""; // When switching prefixes, give here the current existin
g prefix in the db
?>
potresti dirmi dove sbaglio?