espero que les sirva, creas el fomulario en html y esta te lo valida y combierte a una aplicacion PHP, el problema es que al correr el instalador me manda, un error creo que puede estar bloqueado el puerto o realmente el script no funciona
Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on '172.21.6.14' (10061) in \dominio\contacto\setup\index.php on line 101
esta es la linea 101
Código PHP:
if (!mysql_connect ($GLOBALS['configuration']['host'].":".$GLOBALS['configuration']['port'], $GLOBALS['configuration']['user'], $GLOBALS['configuration']['pass']))
Código PHP:
// edit the information below to match your database settings
$configuration['db'] = 'nombre'; // database name
$configuration['host'] = 'direccion ip';// database host
$configuration['user'] = 'usuario'; // database user
$configuration['pass'] = 'pasw'; // database password
$configuration['port'] = '3306'; // database port
?>