http://spo.x10.mx/files/autenticazione.php
---------- Post added at 09:40 PM ---------- Previous post was at 09:38 PM ----------
login url
http://spo.x10.mx/
I create a database and a user from cpanel
DB name : "nickname_dbname"
DB user : "nickname_dbuser"
DB pwd : "a password"
on the config file of my application i set
$DBhost = "localhost";
$DBuser = "nickname_dbuser";
$DBpass = "a password";
$DBName = "nickname_dbname";
then i...